FE 0.6.0
A header-only C++ library for writing frontends
Loading...
Searching...
No Matches
fe::Sym::Eq Struct Reference

#include <fe/sym.h>

Public Types

using is_transparent = void
 

Public Member Functions

bool operator() (Sym a, Sym b) const noexcept
 
bool operator() (Sym a, std::string_view b) const noexcept
 
bool operator() (std::string_view a, Sym b) const noexcept
 

Detailed Description

Definition at line 193 of file sym.h.

Member Typedef Documentation

◆ is_transparent

Definition at line 194 of file sym.h.

Member Function Documentation

◆ operator()() [1/3]

bool fe::Sym::Eq::operator() ( std::string_view a,
Sym b ) const
inlinenoexcept

Definition at line 197 of file sym.h.

◆ operator()() [2/3]

bool fe::Sym::Eq::operator() ( Sym a,
std::string_view b ) const
inlinenoexcept

Definition at line 196 of file sym.h.

◆ operator()() [3/3]

bool fe::Sym::Eq::operator() ( Sym a,
Sym b ) const
inlinenoexcept

Definition at line 195 of file sym.h.


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