MCPcopy Create free account
hub / github.com/MITK/MITK / Approx

Function Approx

Modules/CppMicroServices/include/usLDAPProp.h:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 LDAPPropExpr Approx(const us::Any& s) const;
180 template<class T>
181 LDAPPropExpr Approx(const T& s) const
182 {
183 std::stringstream ss;
184 ss << s;
185 return Approx(ss.str());
186 }
187 /// \}
188
189private:

Callers 1

ApproxMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected