forked from BigfootDev/flatbuffers
Add new option --cpp-str-flex-ctor to construct custom string types not via std::string, but (char * + length).
35 KiB
35 KiB
Add new option --cpp-str-flex-ctor to construct custom string types not via std::string, but (char * + length).