Mundy: Multibody Nonlocal Dynamics Version of the Day
Loading...
Searching...
No Matches
ShiftedView.hpp File Reference

Classes

class  mundy::ShiftedView< T, shift, Accessor >
 Get a shifted accessor into a contiguous accessor. More...

Namespaces

namespace  mundy

Functions

ShiftedView views
template<typename T, size_t shift, ValidAccessor< T > Accessor>
constexpr auto mundy::get_shifted_view (Accessor &&data)
 A helper function to create a ShiftedView<T, N, Accessor> based on a given accessor.
template<typename T, size_t shift, ValidAccessor< T > Accessor>
constexpr auto mundy::get_owning_shifted_accessor (Accessor &&data)