Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
lib::meta::tuple_like Concept Reference

Concept to mark any type compliant to the »tuple protocol« More...

#include "lib/meta/tuple-helper.hpp"

Detailed Description

Concept to mark any type compliant to the »tuple protocol«

Definition at line 126 of file tuple-helper.hpp.

Concept definition

template<class TUP>
Concept to mark any type compliant to the »tuple protocol«
enable_if_c< Cond::value, T >::type enable_if
SFINAE helper to control the visibility of specialisations and overloads.
Definition meta/util.hpp:87