MCPcopy Create free account
hub / github.com/Gecode/gecode / set

Method set

gecode/search/cpprofiler/message.hpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92 template <class T>
93 forceinline void
94 Option<T>::set(const T& t) {
95 present = true; value_ = t;
96 }
97 template <class T>
98 forceinline void
99 Option<T>::unset(void) {

Callers 2

relaxFunction · 0.45
connector.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected