![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <string>Go to the source code of this file.
Functions | |
| bool | CaseInsensitiveEqual (const std::string &s1, const std::string &s2) |
| template<typename CharType , size_t StringLength> | |
| bool | NextString (CharType(&string)[StringLength], CharType min_char, CharType max_char) |
| Increment a string. | |
| template<typename CharType , size_t StringLength, typename Fn > | |
| void | ForEachNoDup (CharType(&string)[StringLength], CharType min_char, CharType max_char, Fn &&fn) |
| Iterate over string values and call function for each string without successive duplicate characters. | |
| bool CaseInsensitiveEqual | ( | const std::string & | s1, |
| const std::string & | s2 ) |