![]() |
Mangrove
The C++ Object Document Mapper for MongoDB
|
Type trait that checks whether or not a type is a container that contains a particular type. More...
#include <util.hpp>
Type trait that checks whether or not a type is a container that contains a particular type.
container_type | The container being checked for containing a particular type. |
T | The type that the container must hold for container_of::value to be true. |