Non-empty string view to a null terminated char array.
Definition in file null_terminated_view.hpp.
Go to the source code of this file.
#include <string>
#include <string_view>
#include <type_traits>
#include <fmt/format.h>
#include <userver/formats/serialize/to.hpp>
#include <userver/utils/assert.hpp>
Classes | |
class | utils::NullTerminatedView |
Non-empty string view to a null terminated char array. More... | |
struct | fmt::formatter<::utils::NullTerminatedView, char > |
Namespaces | |
namespace | utils |
Utilities. | |
Functions | |
template<class Value > | |
Value | utils::Serialize (NullTerminatedView view, formats::serialize::To< Value >) |