-------------------------------------------------------------------------
| 27 | { |
| 28 | //------------------------------------------------------------------------- |
| 29 | ScopedAction::ScopedAction(std::function<void()> action) |
| 30 | : action_(action) |
| 31 | { |
| 32 | } |
| 33 | |
| 34 | //------------------------------------------------------------------------- |
| 35 | ScopedAction::~ScopedAction() |
nothing calls this directly
no outgoing calls
no test coverage detected