RobWorkProject
23.9.11-
|
#include <memory>
#include <type_traits>
#include <vector>
Classes | |
class | Ptr< T > |
Ptr stores a pointer and optionally takes ownership of the value. More... | |
Namespaces | |
rw | |
Deprecated namespace since 16/4-2020 for this class. | |
rw::core | |
Most basic types for RobWork. | |
Functions | |
template<class T , class R > | |
bool | operator== (void *p, const Ptr< R > &g) |
Comparator for comparing an ordinary pointer with a smart pointer. More... | |