Parse, serialize, and fmt formatting for SmallString.
Definition in file small_string_serialization.hpp.
Go to the source code of this file.
#include <string>#include <fmt/core.h>#include <userver/formats/parse/to.hpp>#include <userver/formats/serialize/to.hpp>#include <userver/utils/small_string.hpp>Classes | |
| struct | fmt::formatter<::utils::SmallString< N > > |
Namespaces | |
| namespace | utils |
| General-purpose utilities used across userver libraries. | |
Functions | |
| template<typename Value, std::size_t N> | |
| Value | utils::Serialize (const SmallString< N > &value, formats::serialize::To< Value >) |
| template<typename Value, std::size_t N> | |
| SmallString< N > | utils::Parse (const Value &value, formats::parse::To< SmallString< N > >) |