LMMS
Loading...
Searching...
No Matches
juce::VariantConverter< Type > Struct Template Reference

#include <juce_Variant.h>

Static Public Member Functions

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

Detailed Description

template<typename Type>
struct juce::VariantConverter< Type >

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

@tags{Core}

Member Function Documentation

◆ fromVar()

template<typename Type>
Type juce::VariantConverter< Type >::fromVar ( const var & v)
inlinestatic

◆ toVar()

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

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