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

Concept for types that are serializable via either literal streaming or custom serialize. More...

#include <circus_traits.hpp>

Concept definition

template<typename T>
Concept that checks whether a type has a .serialize(std::ostream&) method.
Definition circus_traits.hpp:47
Concept for values that can be streamed using << to an std::ostream.
Definition circus_traits.hpp:61
Concept for types that are serializable via either literal streaming or custom serialize.
Definition circus_traits.hpp:110

Detailed Description

Concept for types that are serializable via either literal streaming or custom serialize.