![]() |
Mangrove
The C++ Object Document Mapper for MongoDB
|
A templated struct that contains its templated type, but with optionals unwrapped. More...
#include <util.hpp>
A templated struct that contains its templated type, but with optionals unwrapped.
So remove_optional<optional<int>>::type
is defined as int
.