Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ Approx
Function
Approx
framework/include/cppmicroservices/LDAPProp.h:248–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
LDAPPropExpr Approx(cppmicroservices::Any const& s) const;
247
template <class T>
248
LDAPPropExpr
249
Approx(T const& s) const
250
{
251
std::stringstream ss;
252
ss << s;
253
return Approx(ss.str());
254
}
255
/// @}
256
257
private:
Callers
1
Approx
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected