Parsers and converters for boost::optional.
More...
#include <userver/formats/parse/to.hpp>
#include <boost/optional.hpp>
Go to the source code of this file.
|
namespace | formats |
| Value formats representation, parsing and serialization.
|
|
namespace | formats::parse |
| Generic parsers and converters.
|
|
|
template<class Value , typename T > |
boost::optional< T > | formats::parse::Parse (const Value &value, To< boost::optional< T > >) |
|
template<class Value > |
boost::optional< std::nullptr_t > | formats::parse::Parse (const Value &, To< boost::optional< std::nullptr_t > >) |
|
template<class Value , typename T > |
boost::optional< T > | formats::parse::Convert (const Value &value, To< boost::optional< T > >) |
|
template<class Value > |
boost::optional< std::nullptr_t > | formats::parse::Convert (const Value &, To< boost::optional< std::nullptr_t > >) |
|
Parsers and converters for boost::optional.
Definition in file boost_optional.hpp.