#include <traits.h>
Public Types | |
using | type = typename unsigned_bits< std::numeric_limits< typename std::make_unsigned< IntType >::type >::digits >::type |
using | type = typename unsigned_bits< std::numeric_limits< typename MakeUnsigned< IntType >::type >::digits >::type |
Definition at line 127 of file abseil-cpp/absl/random/internal/traits.h.
using absl::random_internal::make_unsigned_bits< IntType >::type = typename unsigned_bits<std::numeric_limits< typename std::make_unsigned<IntType>::type>::digits>::type |
Definition at line 94 of file bloaty/third_party/abseil-cpp/absl/random/internal/traits.h.
using absl::random_internal::make_unsigned_bits< IntType >::type = typename unsigned_bits< std::numeric_limits<typename MakeUnsigned<IntType>::type>::digits>::type |
Definition at line 129 of file abseil-cpp/absl/random/internal/traits.h.