layout deduction (temporary meta-function)
More...
#include <Intrepid2_Utils.hpp>
|
using | input_layout = typename ViewType::array_layout |
|
using | default_layout = typename ViewType::device_type::execution_space::array_layout |
|
using | result_layout = typename std::conditional< std::is_same< input_layout, Kokkos::LayoutStride >::value, default_layout, input_layout >::type |
|
template<typename ViewType>
struct Intrepid2::DeduceLayout< ViewType >
layout deduction (temporary meta-function)
Definition at line 195 of file Intrepid2_Utils.hpp.
The documentation for this struct was generated from the following file: