azure-core
Namespaces | Typedefs
case_insensitive_containers.hpp File Reference

A map<string, string> with case-insensitive key comparison. More...

#include "azure/core/internal/strings.hpp"
#include <map>
#include <set>
#include <string>

Go to the source code of this file.

Namespaces

 Azure
 Azure SDK abstractions.
 
 Azure::Core
 Abstractions commonly used by Azure SDK client libraries.
 

Typedefs

using Azure::Core::CaseInsensitiveMap = std::map< std::string, std::string, _internal::StringExtensions::CaseInsensitiveComparator >
 A type alias of std::map<std::string, std::string> with case-insensitive key comparison.
 
using Azure::Core::CaseInsensitiveSet = std::set< std::string, _internal::StringExtensions::CaseInsensitiveComparator >
 A type alias of std::set<std::string> with case-insensitive element comparison. More...