Mantid
|
#include <cstring>
#include <map>
#include <string>
Go to the source code of this file.
Classes | |
struct | Mantid::Kernel::CaseInsensitiveStringComparator |
Functor to provide a case insensitive string comparator. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Kernel |
Typedefs | |
template<class T > | |
using | Mantid::Kernel::CaseInsensitiveMap = std::map< std::string, T, CaseInsensitiveStringComparator > |
Alias template for a map data structure that has case insensitive string comparision with a variable value type. More... | |