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

Concept for types that behave like key-value pairs. More...

#include <circus_traits.hpp>

Concept definition

template<typename T>
Concept for types that behave like key-value pairs.
Definition circus_traits.hpp:100
Trait to determine if a type is a pair-like structure (has .first and .second).
Definition circus_traits.hpp:86

Detailed Description

Concept for types that behave like key-value pairs.