This is a default functor for testing which items in the container should be handled by each method.
More...
template<typename T>
class alvar::DoHandleTest< T >
This is a default functor for testing which items in the container should be handled by each method.
By default this only tests that the only the type_id. If you specify type_id that is not -1 then the functor tests that the item's type_id matches. Naturally you can make whatever tests in your own functors.
Definition at line 182 of file EC.h.