kumi v3.1.0
Exquisite Epidote
Loading...
Searching...
No Matches
kumi::_::std_tuple_compatible Concept Reference

Concept specifying a type is a standard tuple-like type. More...

#include <kumi/utils/traits.hpp>

Detailed Description

Concept specifying a type is a standard tuple-like type.

Note
Exposition only

Concept definition

template<typename T>
concept std_tuple_compatible = _::empty_tuple<T> || _::non_empty_tuple<T>
Concept specifying a type is a standard tuple-like type.
Definition traits.hpp:34