Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
namespace boost {
6
template <typename T, typename A>
7
inline 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
execute
Method · 0.85
Calls
1
operator->
Method · 0.80
Tested by
no test coverage detected