Helper class that describes how not vector data TypeIn are stored inside vector data TypeOut.
More...
#include <packer.h>
|
static void | set (TypeOut &arr, const TypeIn &val, int iv) |
| Sets val on position iv in arr.
|
|
static void | set (TypeOut &arr1, const TypeOut &arr2, int iv) |
| Copies position iv from arr2 to arr1.
|
|
static bool | equals_one (const TypeOut &arr, const TypeIn &val, int iv) |
| Compares position iv in arr with val.
|
|
static bool | equals_one (const TypeOut &arr1, const TypeOut &arr2, int iv) |
| Compares position iv in arr1 with position iv in arr2.
|
|
template<class TypeIn, class TypeOut>
struct AccessHelper< TypeIn, TypeOut >
Helper class that describes how not vector data TypeIn are stored inside vector data TypeOut.
- Template Parameters
-
TypeIn | non-vector data type |
TypeOut | vector data type |
The documentation for this struct was generated from the following file: