Commits (6)
-
Lioncache authored
Allows using std::string_view with std::map without the need to construct a completely new std::string instance. Making the lookups via GetSegIdFromString() completely non-allocating. Notably, this also allows it to properly function with non-null-terminated string_view instances.
e7b0470f -
Lioncache authored
Avoids performing a copy (and by extension also avoids redundant allocations).
293d19cf -
Lioncache authored
Makes trivial variables const to make it explicit that they aren't modified.
9193f4c4 -
Lioncache authored
Inverts the conditional to be in terms of the true case, making it a little nicer to read.
bb9da968 -
Lioncache authored
Makes constructions of the types visibly explicit, given they aren't conversion constructors.
69831b4a -
Phillip Stephens authored
CCharLayoutInfo: Minor changes
118fb22c
Showing