Discontinuous Galerkin Library
#include "dg/algorithm.h"
dg::TensorTraits< std::vector< T >, std::enable_if_t< !std::is_arithmetic< T >::value > > Struct Template Reference

Prototypical Recursive Vector. More...

Public Types

using value_type = get_value_type< T >
 
using tensor_category = RecursiveVectorTag
 
using execution_policy = get_execution_policy< T >
 

Detailed Description

template<class T>
struct dg::TensorTraits< std::vector< T >, std::enable_if_t< !std::is_arithmetic< T >::value > >

Prototypical Recursive Vector.

Member Typedef Documentation

◆ execution_policy

template<class T >
using dg::TensorTraits< std::vector< T >, std::enable_if_t< !std::is_arithmetic< T >::value > >::execution_policy = get_execution_policy<T>

◆ tensor_category

template<class T >
using dg::TensorTraits< std::vector< T >, std::enable_if_t< !std::is_arithmetic< T >::value > >::tensor_category = RecursiveVectorTag

◆ value_type

template<class T >
using dg::TensorTraits< std::vector< T >, std::enable_if_t< !std::is_arithmetic< T >::value > >::value_type = get_value_type<T>

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