Home | History | Annotate | Download | only in include

Lines Matching full:_size

1636 template <class _CharT, class _Traits, size_t _Size>
1638 operator>>(basic_istream<_CharT, _Traits>& __is, bitset<_Size>& __x)
1653 while (__c < _Size)
1668 __x = bitset<_Size>(__str);