Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ operator<<() [8/12]

template<class T, std::enable_if_t< std::is_base_of_v< Value, T >, bool > = true>
std::ostream & Ice::operator<< ( std::ostream & os,
const std::shared_ptr< T > & value )
inline

Outputs the description of a class instance held in a shared_ptr.

Template Parameters
TThe class type.
Parameters
osThe output stream.
valueThe class instance held in a shared pointer. May be null.
Returns
The output stream.

Definition at line 113 of file Value.h.