Caffe2 - C++ API
A deep learning, cross platform ML framework
c10::guts::typelist::true_for_each_type< Condition, TypeList > Struct Template Referencefinal

Returns true iff the type trait is true for all types in the type list Examples: true == true_for_each_type<std::is_reference, typelist<int&, const float&&, const MyClass&>>::value false == true_for_each_type<std::is_reference, typelist<int&, const float&&, MyClass>>::value. More...

#include <TypeList.h>

Detailed Description

template<template< class > class Condition, class TypeList>
struct c10::guts::typelist::true_for_each_type< Condition, TypeList >

Returns true iff the type trait is true for all types in the type list Examples: true == true_for_each_type<std::is_reference, typelist<int&, const float&&, const MyClass&>>::value false == true_for_each_type<std::is_reference, typelist<int&, const float&&, MyClass>>::value.

Definition at line 142 of file TypeList.h.


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