19 #ifndef __SNVECTOR_H__170345_ 20 #define __SNVECTOR_H__170345_ 30 template <
class T,
unsigned int tp_size>
35 std::array<T,tp_size>
data;
37 T
get(
unsigned int)
const;
42 template <
class T,
unsigned int tp_size>
47 template <
class T,
unsigned int tp_size>
T get(unsigned int) const
Definition: SNvector.h:43
std::array< T, tp_size > data
Definition: SNvector.h:35
Definition: SNvector.h:31
T & at(unsigned int)
Definition: SNvector.h:48