Circus 0.0.1-alpha
C++ Serialization Framework
Loading...
Searching...
No Matches
circus::traits::pair_inspect< T, typename > Struct Template Reference

Trait to determine if a type is a pair-like structure (has .first and .second). More...

#include <circus_traits.hpp>

Inheritance diagram for circus::traits::pair_inspect< T, typename >:

Detailed Description

template<typename T, typename = void>
struct circus::traits::pair_inspect< T, typename >

Trait to determine if a type is a pair-like structure (has .first and .second).


The documentation for this struct was generated from the following file: