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

Debug formatter for the unique monostate value. More...

#include <querygraph.hpp>

Static Public Member Functions

static std::string to_debug_string (std::monostate const &)
 Return the literal std::monostate{}.
 
static std::string to_debug_string (std::monostate const &value)
 Convert value to diagnostic text.
 

Detailed Description

Debug formatter for the unique monostate value.

Definition at line 343 of file querygraph.hpp.

Member Function Documentation

◆ to_debug_string() [1/2]

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

Return the literal std::monostate{}.

Definition at line 346 of file querygraph.hpp.

◆ to_debug_string() [2/2]

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

Convert value to diagnostic text.

Definition at line 313 of file querygraph.hpp.


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