Lumiera  0.pre.03
»edit your freedom«
BuildUndoDefType< U_SIG > Struct Template Reference

#include "steam/control/command-def.hpp"

Description

template<typename U_SIG>
struct steam::control::stage::BuildUndoDefType< U_SIG >

type re-binding helper: create a suitable UndoDefinition type, based on the UndoSignature template instance given as parameter

Definition at line 222 of file command-def.hpp.

Public Types

using Type = UndoDefinition< typename U_SIG::OperateSig, typename U_SIG::Memento >
 

Member Typedef Documentation

◆ Type

using Type = UndoDefinition<typename U_SIG::OperateSig, typename U_SIG::Memento>

Definition at line 224 of file command-def.hpp.

+ Collaboration diagram for BuildUndoDefType< U_SIG >:

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