U3D
Open-source, cross-platform 2D and 3D game engine built in C++
Loading...
Searching...
No Matches
Urho3D::CustomVariantValueTraits< T > Struct Template Reference

Custom variant value type traits. Specialize the template to implement custom type behavior. More...

#include </var/dev/u3d/stable/Source/Urho3D/Core/Variant.h>

Static Public Member Functions

static bool Compare (const T &lhs, const T &rhs)
 Compare types.
 
static bool IsZero (const T &value)
 Check whether the value is zero.
 
static String ToString (const T &value)
 Convert type to string.
 

Detailed Description

template<class T>
struct Urho3D::CustomVariantValueTraits< T >

Custom variant value type traits. Specialize the template to implement custom type behavior.


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