Primary template functor for the intersection of like functions. More...
#include <function_math.hpp>
Private Member Functions | |
Intersection () | |
Private constructor - prevents instantiation of this primary template. | |
virtual | ~Intersection () |
Primary template functor for the intersection of like functions.
Definition at line 94 of file function_math.hpp.
ecl::Intersection< Function >::Intersection | ( | ) | [inline, private] |
Private constructor - prevents instantiation of this primary template.
Definition at line 99 of file function_math.hpp.
virtual ecl::Intersection< Function >::~Intersection | ( | ) | [inline, private, virtual] |
Definition at line 100 of file function_math.hpp.