Static Public Member Functions | List of all members
geo::vect::details::CoordManagerImpl< Vector, 1U > Struct Template Reference

#include <geo_vectors_utils.h>

Static Public Member Functions

static auto get (unsigned int n) noexcept
 
static auto get (unsigned int n) noexcept
 

Detailed Description

template<typename Vector>
struct geo::vect::details::CoordManagerImpl< Vector, 1U >

Definition at line 1412 of file geo_vectors_utils.h.

Member Function Documentation

template<typename Vector >
static auto geo::vect::details::CoordManagerImpl< Vector, 1U >::get ( unsigned int  n)
inlinestaticnoexcept

Definition at line 1413 of file geo_vectors_utils.h.

1414  { return (n == 0)? XcoordManager<Vector>: NoCoordManager<Vector>; }
std::void_t< T > n
template<typename Vector >
static auto geo::vect::details::CoordManagerImpl< Vector, 1U >::get ( unsigned int  n)
inlinestaticnoexcept

Definition at line 1746 of file geo_vectors_utils.h.

1747  { return (n == 0)? XcoordManager<Vector>: NoCoordManager<Vector>; }
std::void_t< T > n

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