AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::slam::policies::StrideToSize< StridePolicyType, IntType, VAL > Struct Template Reference

Definition of a type trait to adapt a StridePolicy into a SizePolicy. More...

#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/v0.5.0/src/axom/slam/policies/PolicyTraits.hpp>

Public Types

using SizeType = CompileTimeSize< IntType, VAL >
 

Detailed Description

template<typename StridePolicyType, typename IntType, int VAL = 1>
struct axom::slam::policies::StrideToSize< StridePolicyType, IntType, VAL >

Definition of a type trait to adapt a StridePolicy into a SizePolicy.

Member Typedef Documentation

◆ SizeType

template<typename StridePolicyType , typename IntType , int VAL = 1>
using axom::slam::policies::StrideToSize< StridePolicyType, IntType, VAL >::SizeType = CompileTimeSize<IntType, VAL>

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