MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / skip

Method skip

framework/src/util/LDAPExpr.cpp:1098–1102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1096 }
1097
1098 void
1099 LDAPExpr::ParseState::skip(int n)
1100 {
1101 m_pos += n;
1102 }
1103
1104 std::string
1105 LDAPExpr::ParseState::rest() const

Callers 1

ParseExprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected