Loading...
Searching...
No Matches
Go to the documentation of this file.
26 gdb::string_view str(
"ramifications");
27 const gdb::string_view cstr(
"melodien");
29 VERIFY( str.front() ==
'r' );
30 VERIFY( str.back() ==
's' );
31 VERIFY( cstr.front() ==
'm' );
32 VERIFY( cstr.back() ==
'n' );