JUCE  v5.1.1-3-g1a0b28c73
JUCE API
VariantConverter< String > Struct Template Reference

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)
 

Detailed Description

template<>
struct VariantConverter< String >

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

Member Function Documentation

◆ fromVar()

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

References var::toString().

◆ toVar()

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

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