reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
31 StringView(const char (&Str)[N]) : First(Str), Last(Str + N - 1) {} 31 StringView(const char (&Str)[N]) : First(Str), Last(Str + N - 1) {}