OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
string_frm.h File Reference
#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)
 

Function Documentation

◆ operator==() [1/2]

template<size_t sz>
bool operator== ( const string_frm< sz > &  l,
std::string_view  v 
)

Definition at line 164 of file string_frm.h.

◆ operator==() [2/2]

template<size_t sz>
bool operator== ( std::string_view  v,
const string_frm< sz > &  l 
)

Definition at line 170 of file string_frm.h.