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

Logical AND operation for template metaprogramming. More...

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

Detailed Description

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

Logical AND operation for template metaprogramming.

Template Parameters
CsSet of input types.

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


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