Tensor Comprehensions
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
tc::TemplArgsAll< ConditionType, T, Args > Struct Template Reference

#include <vararg.h>

Static Public Attributes

static const bool value
 

Member Data Documentation

template<template< class > class ConditionType, typename T , typename... Args>
const bool tc::TemplArgsAll< ConditionType, T, Args >::value
static
Initial value:
=
ConditionType<T>::value && TemplArgsAll<ConditionType, Args...>::value

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