|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <cstdio>#include <cstring>#include <string_view>Go to the source code of this file.
Classes | |
| class | string_frm< storageSz > |
Functions | |
| template<size_t sz> | |
| bool | operator== (const string_frm< sz > &l, std::string_view v) |
| template<size_t sz> | |
| bool | operator== (std::string_view v, const string_frm< sz > &l) |
| bool operator== | ( | const string_frm< sz > & | l, |
| std::string_view | v | ||
| ) |
Definition at line 164 of file string_frm.h.
| bool operator== | ( | std::string_view | v, |
| const string_frm< sz > & | l | ||
| ) |
Definition at line 170 of file string_frm.h.