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

Method operator->

extern/boost/boost/thread/tss.hpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 return static_cast<T*>(detail::get_tss_data(this));
67 }
68 T* operator->() const
69 {
70 return get();
71 }
72 typename add_reference<T>::type operator*() const
73 {
74 return *get();

Callers

nothing calls this directly

Calls 1

getFunction · 0.70

Tested by

no test coverage detected