knowrob  2.1.0
A Knowledge Base System for Cognition-enabled Robots
boost Namespace Reference

Namespaces

 python
 

Functions

template<class T >
T * get_pointer (std::shared_ptr< T > p)
 

Function Documentation

◆ get_pointer()

template<class T >
T* boost::get_pointer ( std::shared_ptr< T >  p)

Definition at line 49 of file shared_ptr.cpp.

49 { return p.get(); }