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

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

Static Public Member Functions

static String fromVar (const var &v)
 
static var toVar (const String &s)
 

Detailed Description

template<>
struct juce::VariantConverter< String >

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

Member Function Documentation

◆ fromVar()

static String juce::VariantConverter< String >::fromVar ( const var v)
static

References juce::var::toString().

◆ toVar()

static var juce::VariantConverter< String >::toVar ( const String s)
static

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