MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / ptr

Function ptr

extlibs/fmt/include/fmt/format.h:3211–3211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3209// Example:
3210// auto s = format("{}", ptr(p));
3211template <typename T> inline const void* ptr(const T* p) { return p; }
3212template <typename T> inline const void* ptr(const std::unique_ptr<T>& p) {
3213 return p.get();
3214}

Callers 4

TriggerMethod · 0.50
ChildNotInSceneNodeMethod · 0.50

Calls 1

getMethod · 0.45

Tested by

no test coverage detected