Go to the documentation of this file.
40 template <
typename PTR>
45 if (it->get() == ptr)
return it;
51 template <
typename PTR>
56 if (it->pointer() == ptr)
return it;
EIGEN_STRONG_INLINE iterator begin()
const Scalar * const_iterator
std::list< T >::const_iterator find_ptr_to(const PTR ptr) const
Finds an element in a list of smart pointers, having "->pointer()", such as it matches a given plain ...
const_iterator find(const KEY &key) const
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
EIGEN_STRONG_INLINE void push_back(Scalar val)
Insert an element at the end of the container (for 1D vectors/arrays)
std::list< T >::iterator find_ptr_to(const PTR ptr)
Finds an element in a list of smart pointers, having "->pointer()", such as it matches a given plain ...
std::list< T >::iterator find(const T &i)
This class implements a STL container with features of both, a std::set and a std::list.
std::list< T >::const_iterator find(const T &i) const
Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST | |