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

A type traits struct that determines whether a certain type stores a date. More...

#include <util.hpp>

+ Inheritance diagram for mangrove::is_date< T >:

Detailed Description

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

A type traits struct that determines whether a certain type stores a date.

This includes <chrono> time types, and the BSON b_date type. time_t is not included due to potential problems with conversion to BSON.


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