Dimensional Array specialization for length of 1.
More...
#include <DimensionalArray.h>
|
| template<int I> |
| T< I > & | get () |
| | Get a value at an index. More...
|
| |
| template<int I> |
| const T< I > & | get () const |
| | Get a value at an index. More...
|
| |
template<template< int > class T>
class ThunderEgg::DimensionalArray< 1, T >
Dimensional Array specialization for length of 1.
- Template Parameters
-
| T | the type that is being held |
◆ get() [1/2]
template<template< int > class T>
template<int I>
Get a value at an index.
- Template Parameters
-
- Returns
- const T& the value
◆ get() [2/2]
template<template< int > class T>
template<int I>
Get a value at an index.
- Template Parameters
-
- Returns
- const T& the value
The documentation for this class was generated from the following file: