|
cesium-native 0.52.0
|
Converts from a boolean to a double. More...
#include <CesiumGltf/MetadataConversions.h>
Static Public Member Functions | |
| static std::optional< double > | convert (bool from) |
| Converts a boolean to a double. This returns 1.0 for true, 0.0 for false. | |
| static std::optional< double > | convert (bool) |
Converts between TFrom and TTo where no actual conversion is defined, returning std::nullopt. | |
Converts from a boolean to a double.
Definition at line 469 of file MetadataConversions.h.
|
inlinestatic |
Converts a boolean to a double. This returns 1.0 for true, 0.0 for false.
| from | The boolean value to be converted. |
Definition at line 476 of file MetadataConversions.h.
|
inlinestatic |
Converts between TFrom and TTo where no actual conversion is defined, returning std::nullopt.
Definition at line 26 of file MetadataConversions.h.