BadSlice< 0 > Struct Template Reference
[TooN internals]
A static slice is OK. This class is used after it has been determined that a slice is OK. It does nothing except provide a callable function. By contrast, if the slice is not OK, then the class is not specified and the function is therefore not callable, and a compile error results.
More...
#include <slice_error.hh>
List of all members.
|
Static Public Member Functions |
static void | check () |
Detailed Description
template<>
struct TooN::Internal::BadSlice< 0 >
A static slice is OK. This class is used after it has been determined that a slice is OK. It does nothing except provide a callable function. By contrast, if the slice is not OK, then the class is not specified and the function is therefore not callable, and a compile error results.
For internal use only.
Member Function Documentation
static void check |
( |
|
) |
[static] |
This function does nothing: it merely exists.