Project Alice
Loading...
Searching...
No Matches
text::vector_backed_ci_eq Struct Reference

#include <text.hpp>

Public Types

using is_transparent = void
 

Public Member Functions

 vector_backed_ci_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
 

Public Attributes

std::vector< char > & text_data
 

Detailed Description

Definition at line 679 of file text.hpp.

Member Typedef Documentation

◆ is_transparent

Definition at line 680 of file text.hpp.

Constructor & Destructor Documentation

◆ vector_backed_ci_eq()

text::vector_backed_ci_eq::vector_backed_ci_eq ( std::vector< char > &  text_data)
inline

Definition at line 684 of file text.hpp.

Member Function Documentation

◆ operator()() [1/5]

bool text::vector_backed_ci_eq::operator() ( dcon::text_key  l,
dcon::text_key  r 
) const
inlinenoexcept

Definition at line 686 of file text.hpp.

◆ operator()() [2/5]

bool text::vector_backed_ci_eq::operator() ( dcon::text_key  l,
std::string const &  r 
) const
inlinenoexcept

Definition at line 719 of file text.hpp.

Here is the call graph for this function:

◆ operator()() [3/5]

bool text::vector_backed_ci_eq::operator() ( dcon::text_key  l,
std::string_view  r 
) const
inlinenoexcept

Definition at line 689 of file text.hpp.

Here is the call graph for this function:

◆ operator()() [4/5]

bool text::vector_backed_ci_eq::operator() ( std::string const &  r,
dcon::text_key  l 
) const
inlinenoexcept

Definition at line 734 of file text.hpp.

Here is the call graph for this function:

◆ operator()() [5/5]

bool text::vector_backed_ci_eq::operator() ( std::string_view  r,
dcon::text_key  l 
) const
inlinenoexcept

Definition at line 704 of file text.hpp.

Here is the call graph for this function:

Member Data Documentation

◆ text_data

std::vector<char>& text::vector_backed_ci_eq::text_data

Definition at line 682 of file text.hpp.


The documentation for this struct was generated from the following file: