ECSTASY
All in the name
Loading...
Searching...
No Matches
type_set_eq.hpp File Reference

Test if two tuple types contains the exact same types independently of the order. More...

#include "contains.hpp"
Include dependency graph for type_set_eq.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  util::meta::_type_set_eq< typename, typename >
 
struct  util::meta::_type_set_eq< std::tuple< T1, Ts1... >, std::tuple< Ts2... > >
 
struct  util::meta::_type_set_eq< std::tuple<>, std::tuple<> >
 
struct  util::meta::type_set_eq< typename, typename >
 Test if two tuple types contains the exact same type independently of the order. More...
 
struct  util::meta::type_set_eq< std::tuple< Ts1... >, std::tuple< Ts2... > >
 

Namespaces

namespace  util
 Namespace regrouping helpers used by ecstasy but not specific to ecstasy.
 
namespace  util::meta
 Namespace regrouping all meta programmation helper types.
 

Variables

template<typename Ts1 , typename Ts2 >
bool constexpr util::meta::type_set_eq_v = type_set_eq<Ts1, Ts2>::value
 Helper for type_set_eq.
 

Detailed Description

Test if two tuple types contains the exact same types independently of the order.

Author
Andréas Leroux (andre.nosp@m.as.l.nosp@m.eroux.nosp@m.@epi.nosp@m.tech..nosp@m.eu)
Version
1.0.0
Date
2022-10-28

Definition in file type_set_eq.hpp.