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