cesium-native 0.48.0
Loading...
Searching...
No Matches
CesiumGltf::MetadataConversions< std::string, bool > Struct Reference

Converts from a boolean to a string. More...

#include <CesiumGltf/MetadataConversions.h>

Static Public Member Functions

static std::optional< std::string > convert (bool from)
 Converts a boolean to a std::string. Returns "true" for true and "false" for false.
 
static std::optional< std::string > convert (bool)
 Converts between TFrom and TTo where no actual conversion is defined, returning std::nullopt.
 

Detailed Description

Converts from a boolean to a string.

Definition at line 577 of file MetadataConversions.h.

Member Function Documentation

◆ convert() [1/2]

static std::optional< std::string > CesiumGltf::MetadataConversions< std::string, bool >::convert ( bool from)
inlinestatic

Converts a boolean to a std::string. Returns "true" for true and "false" for false.

Parameters
fromThe boolean to be converted.

Definition at line 584 of file MetadataConversions.h.

◆ convert() [2/2]

static std::optional< std::string > CesiumGltf::MetadataConversions< std::string, bool, void >::convert ( bool )
inlinestatic

Converts between TFrom and TTo where no actual conversion is defined, returning std::nullopt.

Definition at line 26 of file MetadataConversions.h.


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