vspline 1.1.0
Generic C++11 Code for Uniform B-Splines
|
we derive all vspline::unary_functors from this empty class, to have a common base type for all of them. This enables us to easily check if a type is a vspline::unary_functor without having to wrangle with unary_functor's template arguments. More...
#include <unary_functor.h>
we derive all vspline::unary_functors from this empty class, to have a common base type for all of them. This enables us to easily check if a type is a vspline::unary_functor without having to wrangle with unary_functor's template arguments.
Definition at line 130 of file unary_functor.h.