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

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

#include <circus_traits.hpp>

Concept definition

template<typename T>
concept circus::traits::InStream = std::is_convertible_v<T, std::istream &>
Concept that checks if a type can be used as an input stream.
Definition circus_traits.hpp:72

Detailed Description

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