File strided_storage_view.hpp¶
= File strided_storage_view.hpp ——— -- C++ -- ==**
Contents
Definition (include/ripple/storage/strided_storage_view.hpp
)¶
Detailed Description¶
Ripple
Copyright (c) 2019 - 2021 Rob Clucas.
This file is distributed under the MIT License. See LICENSE for details.
==———————————————————————-==*
This file implements a storage class which views data which is strided (SoA), and which knows how to allocate and offset into such data.
==———————————————————————==
Includes¶
ripple/space/offset_to.hpp
(File offset_to.hpp)ripple/utility/type_traits.hpp
(File type_traits.hpp)storage_accessor.hpp
(File storage_accessor.hpp)storage_element_traits.hpp
(File storage_element_traits.hpp)storage_traits.hpp
(File storage_traits.hpp)