userver: userver/formats/parse/time_of_day.hpp File Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
time_of_day.hpp File Reference

Your opinion will help to improve our service

Leave a feedback >

Detailed Description

utils::datetime::TimeOfDay parser for any format

Definition in file 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 > >)