This template-overloaded class can be used to convert between var and custom types. More...
#include <juce_Variant.h>
Static Public Member Functions | |
static String | fromVar (const var &v) |
static var | toVar (const String &s) |
This template-overloaded class can be used to convert between var and custom types.
|
inlinestatic |
References var::toString().
|
inlinestatic |