if_any< T, Mfs > Struct Template Reference

Metafunction that given a type T and a one or more of MPL metafunction classes Mfs that boolean metafunctions, returns whether any of these metafunctios Mfs returns true when applied with T. More...

#include <atria/meta/concept.hpp>

Detailed Description

template<typename T, typename... Mfs>
struct atria::meta::if_any< T, Mfs >

Metafunction that given a type T and a one or more of MPL metafunction classes Mfs that boolean metafunctions, returns whether any of these metafunctios Mfs returns true when applied with T.

Definition at line 260 of file concept.hpp.


The documentation for this struct was generated from the following file:
Fork me on GitHub