Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::is_pair< T > Struct Template Reference

Test if type is a pair. More...

#include <pair.hpp>

Static Public Attributes

static constexpr bool value = is_base_of<_::pair_base, raw_type_t<T> >::value
 

Detailed Description

template<typename T>
struct flecs::is_pair< T >

Test if type is a pair.

Definition at line 82 of file pair.hpp.


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