userver: userver/formats/serialize/boost_optional.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_optional.hpp File Reference

Serializers for boost::optional. More...

#include <boost/optional.hpp>
#include <userver/formats/common/type.hpp>
#include <userver/formats/serialize/to.hpp>
+ Include dependency graph for boost_optional.hpp:

Go to the source code of this file.

Namespaces

namespace  formats
 Value formats representation, parsing and serialization.
 
namespace  formats::serialize
 Common serializers.
 

Functions

template<typename T , typename Value >
Value formats::serialize::Serialize (const boost::optional< T > &value, To< Value >)
 

Detailed Description

Serializers for boost::optional.

Definition in file boost_optional.hpp.