reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/random.h
  450       static_assert(__r <= __w, "template argument substituting "
  452       static_assert(__u <= __w, "template argument substituting "
  454       static_assert(__s <= __w, "template argument substituting "
  456       static_assert(__t <= __w, "template argument substituting "
  458       static_assert(__l <= __w, "template argument substituting "
  460       static_assert(__w <= std::numeric_limits<_UIntType>::digits,
  462       static_assert(__a <= (__detail::_Shift<_UIntType, __w>::__value - 1),
  464       static_assert(__b <= (__detail::_Shift<_UIntType, __w>::__value - 1),
  466       static_assert(__c <= (__detail::_Shift<_UIntType, __w>::__value - 1),
  468       static_assert(__d <= (__detail::_Shift<_UIntType, __w>::__value - 1),
  470       static_assert(__f <= (__detail::_Shift<_UIntType, __w>::__value - 1),
  478       static constexpr size_t      word_size                 = __w;
  530       { return __detail::_Shift<_UIntType, __w>::__value - 1; }