proxygen
folly::detail::StateSize< std::linear_congruential_engine< UIntType, a, c, m > > Struct Template Reference

#include <Random-inl.h>

Public Types

using type = std::integral_constant< size_t,(std::numeric_limits< UIntType >::digits+31)/32+3 >
 

Detailed Description

template<class UIntType, UIntType a, UIntType c, UIntType m>
struct folly::detail::StateSize< std::linear_congruential_engine< UIntType, a, c, m > >

Definition at line 42 of file Random-inl.h.

Member Typedef Documentation

template<class UIntType , UIntType a, UIntType c, UIntType m>
using folly::detail::StateSize< std::linear_congruential_engine< UIntType, a, c, m > >::type = std::integral_constant< size_t, (std::numeric_limits<UIntType>::digits + 31) / 32 + 3>

Definition at line 48 of file Random-inl.h.


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