mtasa-blue icon indicating copy to clipboard operation
mtasa-blue copied to clipboard

Add a few functions to SFixedString

Open Pirulax opened this issue 3 years ago • 0 comments

Originally made for #2129. Adds std::string_view support to SFixedString + a 2 Assign functions:

  • Assign - assigns a string_view or const char* value
  • AssignAtMost - same as above, but limits assignable character's count to string size(MAX_LENGTH).

Pirulax avatar Mar 21 '21 16:03 Pirulax