List of all members
lar::example::PositionExtractor< std::array< T, 3U > > Struct Template Reference

Specialisation of PositionExtractor for C++ array: { x, y, z }. More...

#include <SpacePartition.h>

Inheritance diagram for lar::example::PositionExtractor< std::array< T, 3U > >:
lar::example::details::PositionExtractorFromArray< std::array< T, 3U >, T >

Additional Inherited Members

- Static Public Member Functions inherited from lar::example::details::PositionExtractorFromArray< std::array< T, 3U >, T >
static T x (std::array< T, 3U > const &p)
 
static T y (std::array< T, 3U > const &p)
 
static T z (std::array< T, 3U > const &p)
 

Detailed Description

template<typename T>
struct lar::example::PositionExtractor< std::array< T, 3U > >

Specialisation of PositionExtractor for C++ array: { x, y, z }.

Definition at line 328 of file SpacePartition.h.


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