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

Method get_pointer

extern/boost/boost/core/ref.hpp:143–143  ·  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

141 @remark Does not throw.
142 */
143 BOOST_FORCEINLINE T* get_pointer() const { return t_; }
144
145private:
146

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected