MCPcopy Create free account
hub / github.com/bloomberg/quantum / valid

Method valid

quantum/impl/quantum_future_impl.h:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92template <class T>
93bool Future<T>::valid() const
94{
95 return _sharedState != nullptr;
96}
97
98template <class T>
99template <class V>

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36