MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / operator*

Method operator*

extern/boost/boost/thread/tss.hpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 return get();
71 }
72 typename add_reference<T>::type operator*() const
73 {
74 return *get();
75 }
76 T* release()
77 {
78 T* const temp=get();

Callers

nothing calls this directly

Calls 1

getFunction · 0.70

Tested by

no test coverage detected