MCPcopy Create free account
hub / github.com/Simple-Robotics/aligator / get_pointer

Function get_pointer

bindings/python/include/aligator/python/fwd.hpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace boost {
6template <typename T, typename A>
7inline T *get_pointer(::xyz::polymorphic<T, A> const &x) {
8 const T *r = x.operator->();
9 return const_cast<T *>(r);
10}
11} // namespace boost
12
13#include <eigenpy/eigenpy.hpp>

Callers 1

executeMethod · 0.85

Calls 1

operator->Method · 0.80

Tested by

no test coverage detected