aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/scope_exit_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-3/+2
| | | | | Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of files that clang-format gets applied against.
* 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.