Electroneum
Classes | Namespaces | Typedefs
ci_map.h File Reference
#include <boost/algorithm/string/predicate.hpp>
#include <boost/functional/hash.hpp>
#include <unordered_map>
Include dependency graph for ci_map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  crow::ci_hash
 
struct  crow::ci_key_eq
 

Namespaces

 crow
 

Typedefs

using crow::ci_map = std::unordered_multimap< std::string, std::string, ci_hash, ci_key_eq >