operator<<,>>(std::philox_engine)
Min standard notice:
- Writes the textual representation of the current state of e to os with fmtflags set to std::ios_base::dec | std::ios_base::left and the fill character set to the space character.
# Declarations
template< class CharT, class Traits >
friend std::basic_ostream<CharT, Traits>&
operator<<( std::basic_ostream<CharT, Traits>& os,
const philox_engine& e );
(since C++26)
template< class CharT, class Traits >
friend std::basic_istream<CharT, Traits>&
operator>>( std::basic_istream<CharT, Traits>& is,
philox_engine& e );
(since C++26)
# Parameters
os: output stream to insert the data tois: input stream to extract the data frome: pseudo-random number engine