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

Method valid

gecode/search/cpprofiler/message.hpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87 template <class T>
88 forceinline bool
89 Option<T>::valid(void) const {
90 return present;
91 }
92 template <class T>
93 forceinline void
94 Option<T>::set(const T& t) {

Callers 2

sendNodeMethod · 0.45
symmetricMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected