Tensor Comprehensions
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
vararg.h File Reference
#include <type_traits>
#include <vector>
Include dependency graph for vararg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tc::TemplArgsAll< ConditionType, T, Args >
 
struct  tc::TemplArgsAll< ConditionType, T >
 
struct  tc::TemplArgsAll< ConditionType, void >
 

Namespaces

 tc
 

Functions

template<typename Arg >
std::vector< Arg > tc::vectorFromArgs ()
 
template<typename Arg , typename... Args>
std::vector< typename
std::remove_reference< Arg >
::type > 
tc::vectorFromArgs (Arg arg, Args...args)
 The type of the vector is deduced from the first argument type. More...
 
template<typename Arg , typename... Args>
std::vector< typename
std::remove_reference< Arg >
::type > 
tc::vectorFromCastedArgs (Args...args)