PrevUpHomeNext

esv::kspt::ostream


The world is equal, and the animals are equal too.

esv::kspt::ostream - Esvcpp Output Concepts

esv::kspt::ostream is a concept to constrain a type that can be converted to std::ostream.

esv::kspt::ostream

template <typename type1>
concept ostream = ???;

See Also

esv::print

esv::wprint

esv::kspt::wostream


PrevUpHomeNext

esv::print