utils::datetime::TimeOfDay parser for any format
Definition in file time_of_day.hpp.
Go to the source code of this file.
#include <userver/utils/time_of_day.hpp>
#include <userver/formats/common/meta.hpp>
#include <userver/formats/parse/to.hpp>
Namespaces | |
namespace | formats |
Value formats representation, parsing and serialization. | |
namespace | formats::parse |
Generic parsers and converters. | |
Functions | |
template<typename Value , typename Duration > | |
std::enable_if_t< common::kIsFormatValue< Value >, utils::datetime::TimeOfDay< Duration > > | formats::parse::Parse (const Value &value, To< utils::datetime::TimeOfDay< Duration > >) |