RPNX::QueryGraph
Typed, memoized, concurrent query evaluation for C++23
Loading...
Searching...
No Matches
rpnx::querygraph::debug_traits< std::string > Struct Reference

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.
 

Detailed Description

Debug formatter that quotes and escapes a string.

Definition at line 332 of file querygraph.hpp.

Member Function Documentation

◆ to_debug_string() [1/2]

static std::string rpnx::querygraph::debug_traits< std::string >::to_debug_string ( std::string const & value)
inlinestatic

Convert value to diagnostic text.

Definition at line 313 of file querygraph.hpp.

◆ to_debug_string() [2/2]

static std::string rpnx::querygraph::debug_traits< std::string >::to_debug_string ( std::string const & value)
inlinestatic

Return the C++ debug-format representation of value.

Definition at line 335 of file querygraph.hpp.


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