|
FE 0.14.0
A C++23 toolkit for writing compiler/interpreter frontends.
|
An owning message fragment that spells `citations` of its own; what format_cite yields. More...
#include <fe/term.h>
Public Member Functions | |
| Cited (std::string str) noexcept | |
| constexpr std::string_view | view () const noexcept |
| constexpr | operator std::string_view () const noexcept |
An owning message fragment that spells `citations` of its own; what format_cite yields.
<
Return this from a helper that assembles a fragment, and it stays valid wherever a Cite may go.
A std::format_string whose backticks delimit a `citation` while those of its arguments are data.
|
inlineexplicitnoexcept |
Definition at line 184 of file term.h.
Referenced by fe::term::format_cite().
|
inlineconstexprnoexcept |
|
inlinenodiscardconstexprnoexcept |