MapLibre Native Core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mbgl::style::expression::ValueConverter< T, Enable > Struct Template Reference

#include <value.hpp>

Static Public Member Functions

static Value toExpressionValue (const T &value)
 
static std::optional< T > fromExpressionValue (const Value &value)
 

Detailed Description

template<class T, class Enable = void>
struct mbgl::style::expression::ValueConverter< T, Enable >

Definition at line 76 of file value.hpp.

Member Function Documentation

◆ fromExpressionValue()

template<class T , class Enable = void>
static std::optional<T> mbgl::style::expression::ValueConverter< T, Enable >::fromExpressionValue ( const Value value)
inlinestatic

Definition at line 81 of file value.hpp.

◆ toExpressionValue()

template<class T , class Enable = void>
static Value mbgl::style::expression::ValueConverter< T, Enable >::toExpressionValue ( const T &  value)
inlinestatic

Definition at line 77 of file value.hpp.


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