#include <sphelper.h>
|
| template<typename _ForwardIter , typename T > |
| static void | iota (_ForwardIter __first, _ForwardIter __last, T __value) |
| |
| template<typename T , typename I > |
| static T ** | allocate2D (I m, I n) |
| |
| template<typename T , typename I > |
| static void | deallocate2D (T **array, I m) |
| |
Definition at line 4 of file sphelper.h.
template<typename T , typename I >
| static T** SpHelper::allocate2D |
( |
I |
m, |
|
|
I |
n |
|
) |
| |
|
inlinestatic |
template<typename T , typename I >
| static void SpHelper::deallocate2D |
( |
T ** |
array, |
|
|
I |
m |
|
) |
| |
|
inlinestatic |
template<typename _ForwardIter , typename T >
| static void SpHelper::iota |
( |
_ForwardIter |
__first, |
|
|
_ForwardIter |
__last, |
|
|
T |
__value |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: