Serializers for boost::optional.
Definition in file boost_optional.hpp.
Go to the source code of this file.
#include <boost/optional.hpp>
#include <userver/formats/common/type.hpp>
#include <userver/formats/serialize/to.hpp>
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 >) |