MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / get_pointer

Function get_pointer

extern/boost/boost/core/ref.hpp:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 @cond
327*/
328template<class T> BOOST_FORCEINLINE T* get_pointer( reference_wrapper<T> const & r )
329{
330 return r.get_pointer();
331}
332/**
333 @endcond
334*/

Callers 2

callFunction · 0.50
dmClass · 0.50

Calls 1

get_pointerMethod · 0.80

Tested by

no test coverage detected