userver: userver/formats/parse/boost_uuid.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
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 >)