proxygen
folly::detail::StateSize< std::subtract_with_carry_engine< UIntType, w, s, r > > Struct Template Reference

#include <Random-inl.h>

Public Types

using type = std::integral_constant< size_t, r *((w+31)/32)>
 

Detailed Description

template<class UIntType, size_t w, size_t s, size_t r>
struct folly::detail::StateSize< std::subtract_with_carry_engine< UIntType, w, s, r > >

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

Member Typedef Documentation

template<class UIntType , size_t w, size_t s, size_t r>
using folly::detail::StateSize< std::subtract_with_carry_engine< UIntType, w, s, r > >::type = std::integral_constant<size_t, r*((w + 31) / 32)>

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


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