Public Types | List of all members
absl::random_internal::make_unsigned_bits< IntType > Struct Template Reference

#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
 

Detailed Description

template<typename IntType>
struct absl::random_internal::make_unsigned_bits< IntType >

Definition at line 127 of file abseil-cpp/absl/random/internal/traits.h.

Member Typedef Documentation

◆ type [1/2]

template<typename IntType >
using absl::random_internal::make_unsigned_bits< IntType >::type = typename unsigned_bits<std::numeric_limits< typename std::make_unsigned<IntType>::type>::digits>::type

◆ type [2/2]

template<typename IntType >
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.


The documentation for this struct was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:02:54