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

Concept that checks if a type can be used as an output stream. More...

#include <circus_traits.hpp>

Concept definition

template<typename T>
concept circus::traits::OutStream = std::is_convertible_v<T, std::ostream &>
Concept that checks if a type can be used as an output stream.
Definition circus_traits.hpp:56

Detailed Description

Concept that checks if a type can be used as an output stream.