Furvm backend for furc #18

Merged
CHatingPython merged 2 commits from furvm-gen into master 2026-06-24 12:58:16 +00:00
Showing only changes of commit e485a7900b - Show all commits
+5
View File
@@ -226,6 +226,11 @@ public:
* @return The value reference.
*/
const_reference value() const { return m_value->second; }
public:
/**
* @brief Invalidates the handle without releasing.
*/
void dispatch() { m_value = nullptr; }
private:
pair_type* m_value = nullptr;
};