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

A templated struct for determining whether a variadic list of boolean conditions is all true. More...

#include <util.hpp>

+ Inheritance diagram for mangrove::all_true< bs >:

Detailed Description

template<bool... bs>
struct mangrove::all_true< bs >

A templated struct for determining whether a variadic list of boolean conditions is all true.

i.e. a logical AND of a set of conditions.


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