operator<<(std::thread::id) (3) - Linux Manuals
operator<<(std::thread::id): operator<<(std::thread::id)
Command to display operator<<(std::thread::id)
manual in Linux: $ man 3 operator<<(std::thread::id)
NAME
operator<<(std::thread::id) - operator<<(std::thread::id)
Synopsis
template< class CharT, class Traits >
std::basic_ostream<CharT,Traits>& (since C++11)
operator<<( std::basic_ostream<CharT,Traits>& ost, thread::id id );
Writes a textual representation of a thread identifier id to the output stream ost.
If two thread identifiers compare equal, they have identical textual representations; if they do not compare equal, their representations are distinct.
Parameters
ost - output stream to insert the data into
id - thread identifier
Return value
ost
Exceptions
(none)
Pages related to operator<<(std::thread::id)
- operator<<(std::basic_ostream) (3) - operator<<(std::basic_ostream)
- operator<<(std::basic_string_view) (3) - operator<<(std::basic_string_view)
- operator<<(std::experimental::basic_string_view) (3) - operator<<(std::experimental::basic_string_view)
- operator<<(std::sub_match) (3) - operator<<(std::sub_match)
- operator<<,>>(std::basic_string) (3) - operator<<,>>(std::basic_string)
- operator<<,>>(std::bernoulli_distribution) (3) - operator<<,>>(std::bernoulli_distribution)
- operator<<,>>(std::binomial_distribution) (3) - operator<<,>>(std::binomial_distribution)
- operator<<,>>(std::bitset) (3) - operator<<,>>(std::bitset)
- operator<<,>>(std::cauchy_distribution) (3) - operator<<,>>(std::cauchy_distribution)
- operator<<,>>(std::chi_squared_distribution) (3) - operator<<,>>(std::chi_squared_distribution)
- operator<<,>>(std::complex) (3) - operator<<,>>(std::complex)
- operator<<,>>(std::discard_block_engine) (3) - operator<<,>>(std::discard_block_engine)
- operator<<,>>(std::discrete_distribution) (3) - operator<<,>>(std::discrete_distribution)
- operator<<,>>(std::experimental::filesystem::path) (3) - operator<<,>>(std::experimental::filesystem::path)