| 141 | } |
| 142 | |
| 143 | LDAPPropExpr |
| 144 | LDAPProp::Approx(std::string const& s) const |
| 145 | { |
| 146 | if (s.empty()) |
| 147 | return LDAPPropExpr(s); |
| 148 | return LDAPPropExpr("(" + m_property + "~=" + s + ")"); |
| 149 | } |
| 150 | |
| 151 | LDAPPropExpr |
| 152 | LDAPProp::Approx(cppmicroservices::Any const& any) const |