class mapping_helper::try_traversor
Declaration
class mapping_helper::try_traversor : public traversal_callable_base { /* full declaration omitted */ };Description
A callable object which forwards its invocations to mapping_helper::try_traverse. This callable object will accept any input, since elements passed to it are passed through, if the provided mapper doesn't accept it.
Declared at: libs/pika/pack_traversal/include/pika/pack_traversal/detail/pack_traversal_impl.hpp:734
Inherits from: mapping_helper::traversal_callable_base
Inherited from mapping_helper::traversal_callable_base: