OpenKalman
Classes | Public Types | Public Member Functions | Static Public Member Functions | Friends | List of all members
OpenKalman::detail::transpose_layout< NestedLayout, indexa, indexb >::mapping< Extents > Struct Template Reference

Public Types

using extents_type = Extents
 
using index_type = typename extents_type::index_type
 
using size_type = typename extents_type::size_type
 
using rank_type = typename extents_type::rank_type
 
using layout_type = transpose_layout
 

Public Member Functions

constexpr mapping (const nested_mapping_type &map)
 
constexpr const extents_type & extents () const noexcept
 
template<typename IndexType0 , typename IndexType1 , typename... IndexTypes, std::enable_if_t< std::is-convertible_v< IndexType0, index_type > and std::is-convertible_v< IndexType1, index_type > and(... and std::is_convertible_v< IndexTypes, index_type >), int > = 0>
index_type operator() (IndexType0 i, IndexType1 j, IndexTypes...ks) const
 
constexpr index_type required_span_size () const noexcept(noexcept(nested_mapping_.required_span_size()))
 
const nested_mapping_type & nested_mapping () const
 
constexpr bool is_unique () const
 
constexpr bool is_exhaustive () const
 
constexpr bool is_strided () const
 
constexpr index_type stride (size_t r) const
 

Static Public Member Functions

static constexpr bool is_always_unique () noexcept
 
static constexpr bool is_always_exhaustive () noexcept
 
static constexpr bool is_always_strided () noexcept
 

Friends

template<class OtherExtents >
constexpr bool operator== (const mapping &lhs, const mapping< OtherExtents > &rhs) noexcept
 

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