Loading [MathJax]/extensions/tex2jax.js
kumi v3.1.0
Exquisite Epidote
 
All Classes Namespaces Functions Variables Friends Modules Pages Concepts
Loading...
Searching...
No Matches
kumi::std_tuple_compatible Concept Reference

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

#include <kumi/utils/concepts.hpp>

Detailed Description

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

Concept definition

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