SyTen

◆ operator<<() [40/41]

template<typename First , typename Second >
std::ostream& syten::operator<< ( std::ostream out,
Verbose< Pair< First, Second > > const &  pair 
)

Writing a verbose Pair<> to an output stream.

Example\n Pair<int,int>{1,2} is written as <1,2>.

References verbose().

+ Here is the call graph for this function: