opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
osc::Undoable Concept Reference

#include <undo_redo.h>

Concept definition

template<typename T>
concept osc::Undoable = std::destructible<T> and std::copy_constructible<T>
Definition undo_redo.h:23
and
Definition algorithms.h:158