Files Classes Functions Hierarchy
#include <partitionequ.h>
Public Member Functions | |
| partitionF (FN _fn) | |
| Bitwise copy of the compiled function. | |
| boolc | isInside (T const &w) const |
| Forward the work to the compiled function. | |
Definition at line 225 of file partitionequ.h.
| partitionF< FN, T >::partitionF | ( | FN | _fn | ) | [inline] |
| boolc partitionF< FN, T >::isInside | ( | T const & | w | ) | const [inline, virtual] |
Forward the work to the compiled function.
Implements partitionspace< T >.
Definition at line 236 of file partitionequ.h.
1.5.8