|
RPNX::QueryGraph
Typed, memoized, concurrent query evaluation for C++23
|
Empty binary representation used for std::monostate.
More...
#include <querygraph.hpp>
Static Public Member Functions | |
| static std::vector< std::byte > | serialize_to_binary (std::monostate const &) |
| Return the unique empty encoding of a monostate value. | |
| static std::vector< std::byte > | serialize_to_binary (std::monostate const &value) |
| Serialize one value into a byte vector. | |
Empty binary representation used for std::monostate.
Definition at line 282 of file querygraph.hpp.
|
inlinestatic |
Return the unique empty encoding of a monostate value.
Definition at line 285 of file querygraph.hpp.
|
inlinestatic |
Serialize one value into a byte vector.
| value | Value to serialize. |
Definition at line 272 of file querygraph.hpp.