|
| template<class... Ts> |
| static constexpr auto | data (SoA< Ts... > &&soa) noexcept |
| |
| template<class... Ts> |
| static constexpr auto & | data (SoA< Ts... > &soa) noexcept |
| |
| template<class... Ts> |
| static constexpr auto const & | data (SoA< Ts... > const &soa) noexcept |
| |
Definition at line 68 of file structure_of_arrays.hpp.
◆ data() [1/3]
template<class... Ts>
| static constexpr auto ufo::detail::access::data |
( |
SoA< Ts... > && |
soa | ) |
|
|
inlinestaticconstexprnoexcept |
◆ data() [2/3]
template<class... Ts>
| static constexpr auto & ufo::detail::access::data |
( |
SoA< Ts... > & |
soa | ) |
|
|
inlinestaticconstexprnoexcept |
◆ data() [3/3]
template<class... Ts>
| static constexpr auto const & ufo::detail::access::data |
( |
SoA< Ts... > const & |
soa | ) |
|
|
inlinestaticconstexprnoexcept |
The documentation for this struct was generated from the following file: