Circus 0.0.1-alpha
C++ Serialization Framework
Loading...
Searching...
No Matches
circus::traits::OutStreamableLiteral Concept Reference

Concept for values that can be streamed using << to an std::ostream. More...

#include <circus_traits.hpp>

Concept definition

template<typename T>
requires(std::ostream &os, T value) {
{
os << value
}
}
Concept that checks if a type can be used as an output stream.
Definition circus_traits.hpp:56
Concept for values that can be streamed using << to an std::ostream.
Definition circus_traits.hpp:61

Detailed Description

Concept for values that can be streamed using << to an std::ostream.