Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

std::thread_id(3cxx) [debian man page]

std::thread::id(3cxx)													     std::thread::id(3cxx)

NAME
std::thread::id - SYNOPSIS
Public Member Functions id (native_handle_type __id) Friends class hash< thread::id > bool operator< (thread::id __x, thread::id __y) template<class _CharT , class _Traits > basic_ostream< _CharT, _Traits > & operator<< (basic_ostream< _CharT, _Traits > &__out, thread::id __id) bool operator== (thread::id __x, thread::id __y) class thread Detailed Description thread::id Definition at line 70 of file thread. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::thread::id(3cxx)

Check Out this Related Man Page

std::__debug::bitset< _Nb >(3cxx)										 std::__debug::bitset< _Nb >(3cxx)

NAME
std::__debug::bitset< _Nb > - SYNOPSIS
Inherits bitset< _Nb >. Public Types typedef _Base::reference reference Public Member Functions constexpr bitset (unsigned long long __val) template<typename _CharT , typename _Traits , typename _Alloc > bitset (const std::basic_string< _CharT, _Traits, _Alloc > &__str, typename std::basic_string< _CharT, _Traits, _Alloc >::size_type __pos=0, typename std::basic_string< _CharT, _Traits, _Alloc >::size_type __n=(std::basic_string< _CharT, _Traits, _Alloc >::npos)) template<class _CharT , class _Traits , class _Alloc > bitset (const std::basic_string< _CharT, _Traits, _Alloc > &__str, typename std::basic_string< _CharT, _Traits, _Alloc >::size_type __pos, typename std::basic_string< _CharT, _Traits, _Alloc >::size_type __n, _CharT __zero, _CharT __one=_CharT('1')) bitset (const _Base &__x) template<typename _CharT > bitset (const _CharT *__str, typename std::basic_string< _CharT >::size_type __n=std::basic_string< _CharT >::npos, _CharT __zero=_CharT('0'), _CharT __one=_CharT('1')) _Base & _M_base () const _Base & _M_base () const bitset< _Nb > & flip () bitset< _Nb > & flip (size_t __pos) bool operator!= (const bitset< _Nb > &__rhs) const bitset< _Nb > & operator&= (const bitset< _Nb > &__rhs) bitset< _Nb > operator<< (size_t __pos) const bitset< _Nb > & operator<<= (size_t __pos) bool operator== (const bitset< _Nb > &__rhs) const bitset< _Nb > operator>> (size_t __pos) const bitset< _Nb > & operator>>= (size_t __pos) reference operator[] (size_t __pos) bool operator[] (size_t __pos) const bitset< _Nb > & operator^= (const bitset< _Nb > &__rhs) bitset< _Nb > & operator|= (const bitset< _Nb > &__rhs) bitset< _Nb > operator~ () const bitset< _Nb > & reset () bitset< _Nb > & reset (size_t __pos) bitset< _Nb > & set () bitset< _Nb > & set (size_t __pos, bool __val=true) template<typename _CharT , typename _Traits , typename _Alloc > std::basic_string< _CharT, _Traits, _Alloc > to_string () const " template<class _CharT , class _Traits , class _Alloc > std::basic_string< _CharT, _Traits, _Alloc > to_string (_CharT __zero, _CharT __one=_CharT('1')) const " template<typename _CharT , typename _Traits > std::basic_string< _CharT, _Traits, std::allocator < _CharT > > to_string () const " template<class _CharT , class _Traits > std::basic_string< _CharT, _Traits, std::allocator < _CharT > > to_string (_CharT __zero, _CharT __one=_CharT('1')) const " template<typename _CharT > std::basic_string< _CharT, std::char_traits< _CharT > , std::allocator< _CharT > > to_string () const " template<class _CharT > std::basic_string< _CharT, std::char_traits< _CharT > , std::allocator< _CharT > > to_string (_CharT __zero, _CharT __one=_CharT('1')) const " std::basic_string< char, std::char_traits< char > , std::allocator< char > > to_string () const " std::basic_string< char, std::char_traits< char > , std::allocator< char > > to_string (char __zero, char __one= '1') const " Detailed Description template<size_t _Nb>class std::__debug::bitset< _Nb > Class std::bitset with additional safety/checking/debug instrumentation. Definition at line 43 of file debug/bitset. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::__debug::bitset< _Nb >(3cxx)
Man Page