Engine icon indicating copy to clipboard operation
Engine copied to clipboard

String & StringView usage

Open vk2gpu opened this issue 8 years ago • 0 comments

Initially I stuck with just passing around "const char*", and where appropriate also a size. This can be a bit bulky, and would be better passing around Core::StringView for all read only access, and Core::String for writing.

Before using any of these more widely, there should also be a fixed size string container.

vk2gpu avatar Jul 24 '17 09:07 vk2gpu