reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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), 530 { return __detail::_Shift<_UIntType, __w>::__value - 1; }usr/include/c++/7.4.0/bits/random.tcc
332 __detail::_Shift<_UIntType, __w>::__value>(__sd); 341 __detail::_Shift<_UIntType, __w>::__value>(__x); 370 __factor *= __detail::_Shift<_UIntType, 32>::__value; 387 _M_x[0] = __detail::_Shift<_UIntType, __w - 1>::__value;