MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / get_pointer

Method get_pointer

include/win/boost/core/ref.hpp:106–106  ·  view source on GitHub ↗

@return A pointer to the object referenced by the stored reference. @remark Does not throw. */

Source from the content-addressed store, hash-verified

104 @remark Does not throw.
105 */
106 BOOST_FORCEINLINE T* get_pointer() const { return t_; }
107
108private:
109

Callers 7

assign_toMethod · 0.45
compare_equalFunction · 0.45
compare_not_equalFunction · 0.45
operator==Function · 0.45
operator!=Function · 0.45
get_pointerFunction · 0.45
ref_compareFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected