opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
osc::detail::UndoRedoEntryData< T > Class Template Referencefinal

#include <undo_redo.h>

Inheritance diagram for osc::detail::UndoRedoEntryData< T >:
[legend]
Collaboration diagram for osc::detail::UndoRedoEntryData< T >:
[legend]

Public Member Functions

template<typename... Args>
requires std::constructible_from<T, Args&&...>
 UndoRedoEntryData (std::string_view message, Args &&... args)
 
const Tvalue () const
 

Additional Inherited Members

Constructor & Destructor Documentation

◆ UndoRedoEntryData()

template<Undoable T>
template<typename... Args>
requires std::constructible_from<T, Args&&...>
osc::detail::UndoRedoEntryData< T >::UndoRedoEntryData ( std::string_view  message,
Args &&...  args 
)
inlineexplicit

Member Function Documentation

◆ value()

template<Undoable T>
const T & osc::detail::UndoRedoEntryData< T >::value ( ) const
inline

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