34 return std::strcmp(a, b) < 0;
38 template<
typename V>
using CStringMap = std::map<const char*, V, CompareStrings, Aws::Allocator<std::pair<const char*, V> > >;
std::map< const char *, V, CompareStrings, Aws::Allocator< std::pair< const char *, V > > > CStringMap
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
bool operator()(const char *a, const char *b) const
std::allocator< T > Allocator
JSON (JavaScript Object Notation).