userver: userver/formats/parse/time_of_day.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
time_of_day.hpp File Reference

utils::datetime::TimeOfDay parser for any format More...

+ Include dependency graph for time_of_day.hpp:

Go to the source code of this file.

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 > >)
 

Detailed Description

utils::datetime::TimeOfDay parser for any format

Definition in file time_of_day.hpp.