PrevUpHomeNext

utx::kspt::ostream


utx::kspt::ostream - Utxcpp Output Concepts

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

utx::kspt::ostream

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

See Also

utx::print

utx::wprint

utx::kspt::wostream


PrevUpHomeNext

utx::print

esv::print