| 29 | // clang-format off |
| 30 | #ifdef FLATBUFFERS_HAS_STRING_VIEW |
| 31 | flatbuffers::string_view string_view() const { |
| 32 | return flatbuffers::string_view(c_str(), size()); |
| 33 | } |
| 34 | |
| 35 | /* implicit */ |
| 36 | operator flatbuffers::string_view() const { |
no test coverage detected