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