NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
insensitive_map.h File Reference
#include <cctype>
#include <string>
#include <unordered_map>
Include dependency graph for insensitive_map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  jsonloader::CaseInsensitiveEquals
 
struct  jsonloader::CaseInsensitiveHash
 

Namespaces

 jsonloader
 

Typedefs

template<class V >
using jsonloader::InsensitiveMap = std::unordered_map< std::string, V, CaseInsensitiveHash, CaseInsensitiveEquals >