2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
19#ifndef WEB_CISTRINGMAP_H
20#define WEB_CISTRINGMAP_H
22#ifndef DOXYGEN_SHOULD_SKIP_THIS
31 bool ciContains(
const std::string& str1,
const std::string& str2);
32 bool ciEquals(
const std::string& str1,
const std::string& str2);
35 bool operator()(
const std::string& a,
const std::string& b)
const;
38 template <
typename ValueT>
bool ciEquals(const std::string &str1, const std::string &str2)
bool ciContains(const std::string &str1, const std::string &str2)
bool operator()(const std::string &a, const std::string &b) const