utils::datetime::TimeOfDay to any format
Definition in file time_of_day.hpp.
Go to the source code of this file.
#include <fmt/format.h>
#include <userver/utils/time_of_day.hpp>
#include <userver/formats/serialize/to.hpp>
Namespaces | |
namespace | formats |
Value formats representation, parsing and serialization. | |
namespace | formats::serialize |
Common serializers. | |
Functions | |
template<typename Value , typename Duration > | |
Value | formats::serialize::Serialize (const utils::datetime::TimeOfDay< Duration > &value, To< Value >) |
template<typename Value , typename Duration , typename StringBuilder > | |
void | formats::serialize::WriteToStream (const utils::datetime::TimeOfDay< Duration > &value, StringBuilder &sw) |