aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/scope_exit_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* utils: Add scope_exit objectMartin Braun2019-04-011-0/+45
This is a utility for RAII-style operations. An object that will run code when a scope is left. Also includes unit tests.