Intrepid2
Intrepid2::has_rank_member< T, decltype((void) T::rank, void())> Struct Template Reference

Tests whether a class has a member rank. Used in getFixedRank() method below, which in turn is used in the supports_rank_n helpers. More...

#include <Intrepid2_Utils.hpp>

Inheritance diagram for Intrepid2::has_rank_member< T, decltype((void) T::rank, void())>:

Detailed Description

template<typename T>
struct Intrepid2::has_rank_member< T, decltype((void) T::rank, void())>

Tests whether a class has a member rank. Used in getFixedRank() method below, which in turn is used in the supports_rank_n helpers.

Definition at line 399 of file Intrepid2_Utils.hpp.


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