#include <traits.h>
|
| static auto | Serialize (double value) -> Value |
| |
| static auto | Deserialize (const Value &value) -> std::optional< double > |
| |
| static auto | ToString (double value) -> std::string |
| |
| static auto | FromString (std::string_view str) -> std::optional< double > |
| |
◆ Deserialize()
◆ FromString()
| static auto cppfig::ConfigTraits< double >::FromString |
( |
std::string_view |
str | ) |
-> std::optional<double>
|
|
inlinestatic |
◆ Serialize()
◆ ToString()
The documentation for this struct was generated from the following file: