Rumba C++ SDK
Ptr.h File Reference
#include <assert.h>
#include <memory>

Go to the source code of this file.

Namespaces

 maquina
 This version of the SDK is unstable, i-e, it may change with no warning.
 

Typedefs

template<class T >
using maquina::Ptr = std::shared_ptr< T >
 

Functions

template<class To , class From >
Ptr< To > maquina::static_assert_cast (const Ptr< From > &p)