JUCE
Static Public Member Functions | List of all members
VariantConverter< Type > Struct Template Reference

This template-overloaded class can be used to convert between var and custom types. More...

Static Public Member Functions

static Type fromVar (const var &v)
 
static var toVar (const Type &t)
 

Detailed Description

template<typename Type>
struct VariantConverter< Type >

This template-overloaded class can be used to convert between var and custom types.

Member Function Documentation

◆ fromVar()

template<typename Type >
static Type VariantConverter< Type >::fromVar ( const var v)
static

◆ toVar()

template<typename Type >
static var VariantConverter< Type >::toVar ( const Type &  t)
static

References var::toString().


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