Mangrove
The C++ Object Document Mapper for MongoDB
List of all members
mangrove::remove_optional< T > Struct Template Reference

A templated struct that contains its templated type, but with optionals unwrapped. More...

#include <util.hpp>

Detailed Description

template<typename T>
struct mangrove::remove_optional< T >

A templated struct that contains its templated type, but with optionals unwrapped.

So remove_optional<optional<int>>::type is defined as int.


The documentation for this struct was generated from the following file: