reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
252 const auto ItRCrypto = std::find(ItRBegin, ItREnd, "+crypto"); 253 const auto ItRNoCrypto = std::find(ItRBegin, ItREnd, "-crypto"); 256 const ptrdiff_t PosCrypto = ItRCrypto - ItRBegin; 257 const ptrdiff_t PosNoCrypto = ItRNoCrypto - ItRBegin;