LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
geo::vect::details::ConvertToImpl< Dest, T * > Struct Template Reference

#include "geo_vectors_utils.h"

Static Public Member Functions

static Dest convert (T *v)
 

Detailed Description

template<typename Dest, typename T>
struct geo::vect::details::ConvertToImpl< Dest, T * >

Definition at line 2061 of file geo_vectors_utils.h.

Member Function Documentation

template<typename Dest , typename T >
static Dest geo::vect::details::ConvertToImpl< Dest, T * >::convert ( T *  v)
inlinestatic

Definition at line 2063 of file geo_vectors_utils.h.

2063 { return geo::vect::makeFromCoords<Dest>(v); }

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