|
RPNX::QueryGraph
Typed, memoized, concurrent query evaluation for C++23
|
Debug formatter that quotes and escapes a string. More...
#include <querygraph.hpp>
Static Public Member Functions | |
| static std::string | to_debug_string (std::string const &value) |
Return the C++ debug-format representation of value. | |
| static std::string | to_debug_string (std::string const &value) |
Convert value to diagnostic text. | |
Debug formatter that quotes and escapes a string.
Definition at line 332 of file querygraph.hpp.
|
inlinestatic |
Convert value to diagnostic text.
Definition at line 313 of file querygraph.hpp.
|
inlinestatic |
Return the C++ debug-format representation of value.
Definition at line 335 of file querygraph.hpp.