Mangrove
The C++ Object Document Mapper for MongoDB
mangrove::is_nvp< typename > Struct Template Reference

A type trait struct that inherits from std::true_type if the given type parameter is a name-value pair, and from std::false_type otherwise. More...

#include <nvp.hpp>

+ Inheritance diagram for mangrove::is_nvp< typename >:

Detailed Description

template<typename>
struct mangrove::is_nvp< typename >

A type trait struct that inherits from std::true_type if the given type parameter is a name-value pair, and from std::false_type otherwise.


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