#include <text.hpp>
|
| vector_backed_eq (std::vector< char > &text_data) |
|
bool | operator() (dcon::text_key l, dcon::text_key r) const noexcept |
|
bool | operator() (dcon::text_key l, std::string_view r) const noexcept |
|
bool | operator() (std::string_view r, dcon::text_key l) const noexcept |
|
bool | operator() (dcon::text_key l, std::string const &r) const noexcept |
|
bool | operator() (std::string const &r, dcon::text_key l) const noexcept |
|
Definition at line 467 of file text.hpp.
◆ is_transparent
◆ vector_backed_eq()
text::vector_backed_eq::vector_backed_eq |
( |
std::vector< char > & |
text_data | ) |
|
|
inline |
◆ operator()() [1/5]
bool text::vector_backed_eq::operator() |
( |
dcon::text_key |
l, |
|
|
dcon::text_key |
r |
|
) |
| const |
|
inlinenoexcept |
◆ operator()() [2/5]
bool text::vector_backed_eq::operator() |
( |
dcon::text_key |
l, |
|
|
std::string const & |
r |
|
) |
| const |
|
inlinenoexcept |
◆ operator()() [3/5]
bool text::vector_backed_eq::operator() |
( |
dcon::text_key |
l, |
|
|
std::string_view |
r |
|
) |
| const |
|
inlinenoexcept |
◆ operator()() [4/5]
bool text::vector_backed_eq::operator() |
( |
std::string const & |
r, |
|
|
dcon::text_key |
l |
|
) |
| const |
|
inlinenoexcept |
◆ operator()() [5/5]
bool text::vector_backed_eq::operator() |
( |
std::string_view |
r, |
|
|
dcon::text_key |
l |
|
) |
| const |
|
inlinenoexcept |
◆ text_data
std::vector<char>& text::vector_backed_eq::text_data |
The documentation for this struct was generated from the following file: