Mangrove
The C++ Object Document Mapper for MongoDB
mangrove::hasField< Base, T, N, M, bool > Struct Template Reference

hasField determines whether a type Base has a member of the given type T as the Nth member out of M total members which have name value pairs. More...

#include <nvp.hpp>

+ Inheritance diagram for mangrove::hasField< Base, T, N, M, bool >:

Detailed Description

template<typename Base, typename T, size_t N, size_t M, bool = (N < M)>
struct mangrove::hasField< Base, T, N, M, bool >

hasField determines whether a type Base has a member of the given type T as the Nth member out of M total members which have name value pairs.


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