This struct defines a comparison functor on null‐terminated character strings, enabling them for use as keys in the standard unordered associative containers such as bsl::unordered_map and bsl::unordered_set. Note that this class is an empty POD type.
Synopsis
Declared in <bdlb_cstringequalto.h>
struct CStringEqualTo;
Type Aliases
Name |
Description |
Type of the first argument to the function‐call operator. |
|
Type of the function‐call operator's result. |
|
Type of the second argument to the function‐call operator. |
Member Functions
Name |
Description |
Return |
|
Declare that this type is trivially copyable. |
Created with MrDocs