NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
magic_enum::ostream_operators Namespace Reference

Functions

template<typename Char , typename Traits , typename E , detail::enable_if_t< E, int > = 0>
std::basic_ostream< Char, Traits > & operator<< (std::basic_ostream< Char, Traits > &os, E value)
 
template<typename Char , typename Traits , typename E , detail::enable_if_t< E, int > = 0>
std::basic_ostream< Char, Traits > & operator<< (std::basic_ostream< Char, Traits > &os, optional< E > value)
 

Function Documentation

◆ operator<<() [1/2]

template<typename Char , typename Traits , typename E , detail::enable_if_t< E, int > = 0>
std::basic_ostream<Char, Traits>& magic_enum::ostream_operators::operator<< ( std::basic_ostream< Char, Traits > &  os,
value 
)

◆ operator<<() [2/2]

template<typename Char , typename Traits , typename E , detail::enable_if_t< E, int > = 0>
std::basic_ostream<Char, Traits>& magic_enum::ostream_operators::operator<< ( std::basic_ostream< Char, Traits > &  os,
optional< E >  value 
)