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

Method skip

Modules/CppMicroServices/src/usLDAPExpr.cpp:710–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710void LDAPExpr::ParseState::skip( int n )
711{
712 m_pos += n;
713}
714
715std::string LDAPExpr::ParseState::rest() const
716{

Calls

no outgoing calls