VisualU 1.2.1
Plugin for Unreal Engine 5 that brings core functionality for a widget-based visual novel game
 
Loading...
Searching...
No Matches
HasMemberOfTypeImpl< T, U > Class Template Reference

Checks if T has a member variable of type U. More...

#include <VisualTemplates.h>

Static Public Attributes

static constexpr bool value = decltype(test<T>(nullptr))::value
 

Static Private Member Functions

template<typename C >
static std::true_type test (decltype(static_cast< U C::* >(nullptr)) *)
 
template<typename >
static std::false_type test (...)
 

Detailed Description

template<typename T, typename U>
class HasMemberOfTypeImpl< T, U >

Checks if T has a member variable of type U.


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