Defined in File list_searchable.h
public std::list< T >
This class implements a STL container with features of both, a std::set and a std::list.
Note
Defined in #include <mrpt/containers/list_searchable.h>
Public Functions
Finds an element in a list of smart pointers, having “->pointer()”, such as it matches a given plain pointer “ptr”.