Files
flatbuffers-bigfoot/include/flatbuffers
Austin Schuh fd4c1b5ff7 Replace std::string and const char* CreateSharedString with string_view (#6315)
It is useful to be able to call CreateSharedString with a string_view.
A string_view can be implicitly converted from a std::string or a const
char*.  This means if string_view is available, we can use it instead of
both other functions and get all 3.
2020-12-07 11:49:24 -08:00
..
2019-12-23 12:13:48 -08:00
2020-09-22 17:57:01 -07:00