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

Test if a type is the same as its actual type. More...

#include <pair.hpp>

Static Public Attributes

static constexpr bool value = is_same_v<T, actual_type_t<T>>
 

Detailed Description

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

Test if a type is the same as its actual type.

Definition at line 160 of file pair.hpp.

Member Data Documentation

◆ value

template<typename T >
constexpr bool flecs::is_actual< T >::value = is_same_v<T, actual_type_t<T>>
staticconstexpr

Definition at line 161 of file pair.hpp.


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