MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / SignalAction

Method SignalAction

src/include/signal.hpp:91–91  ·  view source on GitHub ↗

@name 构造/析构函数 @{

Source from the content-addressed store, hash-verified

89 /// @name 构造/析构函数
90 /// @{
91 SignalAction() = default;
92 SignalAction(const SignalAction&) = default;
93 SignalAction(SignalAction&&) = default;
94 auto operator=(const SignalAction&) -> SignalAction& = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected