OpenEnroth 73e68f7
|
#include <TransparentFunctors.h>
Public Member Functions | |
TransparentString (std::string_view view) | |
TransparentString (const std::string &s) | |
TransparentString (std::string &&s) | |
TransparentString (const TransparentString &)=default | |
TransparentString (TransparentString &&)=default | |
This one is needed for fully transparent maps, otherwise in pre-C++26 you'll get compilation errors in the following code:
This code will work though if you use TransparentString
as your map's key.
|
inline |
|
inline |
|
inline |
|
default |
|
default |