UFO 1.0.0
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
Loading...
Searching...
No Matches
ufo::detail::access Struct Reference

Static Public Member Functions

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
 

Detailed Description

Definition at line 68 of file structure_of_arrays.hpp.

Member Function Documentation

◆ data() [1/3]

template<class... Ts>
static constexpr auto ufo::detail::access::data ( SoA< Ts... > &&  soa)
inlinestaticconstexprnoexcept

Definition at line 82 of file structure_of_arrays.hpp.

◆ data() [2/3]

template<class... Ts>
static constexpr auto & ufo::detail::access::data ( SoA< Ts... > &  soa)
inlinestaticconstexprnoexcept

Definition at line 76 of file structure_of_arrays.hpp.

◆ data() [3/3]

template<class... Ts>
static constexpr auto const & ufo::detail::access::data ( SoA< Ts... > const &  soa)
inlinestaticconstexprnoexcept

Definition at line 70 of file structure_of_arrays.hpp.


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