userver: userver/formats/parse/time_of_day.hpp File Reference
Loading...
Searching...
No Matches
time_of_day.hpp File Reference

Detailed Description

utils::datetime::TimeOfDay parser for any format

Definition in file time_of_day.hpp.

Go to the source code of this file.

+ Include dependency graph for time_of_day.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 > >)