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

Detailed Description

boost::uuids::uuid parser for any format

Definition in file boost_uuid.hpp.

Go to the source code of this file.

#include <optional>
#include <string>
#include <boost/uuid/uuid.hpp>
#include <userver/formats/common/meta.hpp>
#include <userver/formats/parse/to.hpp>
#include <userver/utils/boost_uuid4.hpp>
+ Include dependency graph for boost_uuid.hpp:

Namespaces

namespace  formats
 Value formats representation, parsing and serialization.
 
namespace  formats::parse
 Generic parsers and converters.
 

Functions

template<typename Value >
std::enable_if_t< common::kIsFormatValue< Value >, boost::uuids::uuid > formats::parse::Parse (const Value &value, To< boost::uuids::uuid >)