This struct defines an ordering on null‐terminated character strings, enabling them for use as keys in the standard associative containers such as bsl::map and bsl::set. Note that this class is an empty POD type.
Synopsis
Declared in <bdlb_cstringless.h>
struct CStringLess;
Type Aliases
Name |
Description |
First argument type for this function object. |
|
Result type for this function object. |
|
Second argument type for this function object. |
Member Functions
Name |
Description |
Return |
|
Declare that this type is trivially copyable. |
Created with MrDocs