Field< One, Rhs > Struct Template Reference
[TooN internals]
Does
One behave as a field with respect to Rhs?
More...
#include <objects.h>
List of all members.
|
Static Public Attributes |
static const int | is = IsField<Rhs>::value |
Detailed Description
template<class Rhs>
struct TooN::Internal::Field< One, Rhs >
Does
One behave as a field with respect to Rhs?
For internal use only.
Member Data Documentation
One can be converted in to anything, so the resulting type is a field if the other type is a field.