| Urho3D
    | 
Custom variant value type traits. Specialize the template to implement custom type behavior. More...
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/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. | |
Custom variant value type traits. Specialize the template to implement custom type behavior.
 1.8.17
 1.8.17