StaticEndMarker< I > Struct Template Reference
[TooN internals]
Used to mark slice to some offset before the end of a vector. The offset is known at compile time.
More...
#include <TooN.h>
List of all members.
|
Static Public Attributes |
static const int | End = I |
Detailed Description
template<int I>
struct TooN::Internal::StaticEndMarker< I >
Used to mark slice to some offset before the end of a vector. The offset is known at compile time.
For internal use only.