Go to the source code of this file.
Defines | |
#define | VCL_DEFINE_SPECIALIZATION_MACRO(T) |
Functions | |
VCL_DEFINE_SPECIALIZATION_MACRO (char) |
#define VCL_DEFINE_SPECIALIZATION_MACRO | ( | T | ) |
VCL_DEFINE_SPECIALIZATION struct vnl_complex_traits<T > \ { \ enum { isreal = true }; \ static T conjugate(T x) { return x; } \ static vcl_complex<T> complexify(T x) { return vcl_complex<T >(x, (T)0); } \ }
Definition at line 7 of file vnl_complex_traits+char-.h.
VCL_DEFINE_SPECIALIZATION_MACRO | ( | char | ) |