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.
|
namespace | Azure |
| Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512.
|
|
|
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.
|
|
◆ CaseInsensitiveSet