Lely core libraries  2.2.5
lely::compat::disjunction< B > Struct Template Reference

Forms the logical disjunction of the type traits B..., effectively performing a logical OR on the sequence of traits. More...

#include <type_traits.hpp>

Inheritance diagram for lely::compat::disjunction< B >:
Collaboration diagram for lely::compat::disjunction< B >:

Detailed Description

template<class... B>
struct lely::compat::disjunction< B >

Forms the logical disjunction of the type traits B..., effectively performing a logical OR on the sequence of traits.

Definition at line 237 of file type_traits.hpp.


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