LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
geo::vect::details::CoordManagerImpl< Vector, 3U > Struct Template Reference

#include "geo_vectors_utils.h"

Static Public Member Functions

static auto get (unsigned int n) noexcept
 

Detailed Description

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

Definition at line 1913 of file geo_vectors_utils.h.

Member Function Documentation

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

Definition at line 1914 of file geo_vectors_utils.h.

References util::get(), and n.

1915  {
1916  return (n == 2) ? ZcoordManager<Vector> : CoordManagerImpl<Vector, 2U>::get(n);
1917  }
decltype(auto) get(T &&obj)
ADL-aware version of std::to_string.
Definition: StdUtils.h:120
Char_t n[5]

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