|
FE 0.13.1
Header-only C++ frontend library
|
Opaque handle to a Dbg interned in a Driver; see Driver::dbg. More...
#include <fe/dbg.h>
Public Member Functions | |
| constexpr | DbgKey () noexcept=default |
| The empty Dbg. | |
| constexpr | operator bool () const noexcept |
| Not the empty Dbg? | |
| constexpr bool | operator== (const DbgKey &) const noexcept=default |
Friends | |
| struct | Driver |
Opaque handle to a Dbg interned in a Driver; see Driver::dbg.
Handing one node another's key copies the handle verbatim: no Dbg is materialised and nothing is looked up in the Driver's table.
|
constexprdefaultnoexcept |
The empty Dbg.
Referenced by fe::Driver::dbg(), and operator==().
|
inlineexplicitconstexprnoexcept |
|
friend |