Template Struct Varying::IsUserData

Nested Relationships

This struct is a nested type of Class Varying.

Struct Documentation

template<typename T>
struct IsUserData

Public Static Attributes

static bool value = std::is_pointer_v<T> or is_shared_ptr_v<T> or (std::is_class_v<T> and not std::is_same_v<T, std::string>)