Pretty Good Sum Type  1.0.0
pgs::and_< Ts > Struct Template Reference

Parameter pack conjunction. More...

#include <logical.hpp>

Inheritance diagram for pgs::and_< Ts >:
pgs::fold_left< detail::and_helper, std::true_type, Ts... > std::true_type

Detailed Description

template<class... Ts>
struct pgs::and_< Ts >

Parameter pack conjunction.

Fold logical && through a predicate pack

Template Parameters
TsPredicate pack
Returns
Type equivalent to one of std::true_type or std::false_type

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