azure-core
Loading...
Searching...
No Matches
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

namespace  Azure
 Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512.
 

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.
 

Typedef Documentation

◆ CaseInsensitiveSet

using Azure::Core::CaseInsensitiveSet = typedef std::set<std::string, _internal::StringExtensions::CaseInsensitiveComparator>