lin
lin::internal::disjunction< Cs > Struct Template Reference

Logical OR operation for template metaprogramming. More...

#include <lin/core/traits/utilities.hpp>

Detailed Description

template<class... Cs>
struct lin::internal::disjunction< Cs >

Logical OR operation for template metaprogramming.

Template Parameters
CsSet of input types.

If no types are given, the conjunction defaults to true. If one type is given, it acts as an identity operation.


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