2020-06-04 23:15:00 +07:00
2020-06-04 23:15:00 +07:00
2020-06-04 23:15:00 +07:00
2020-06-04 23:15:00 +07:00
2020-06-04 23:15:00 +07:00
2020-06-04 23:15:00 +07:00
2020-06-04 23:15:00 +07:00
2020-06-04 23:15:00 +07:00
2020-06-04 23:15:00 +07:00
2020-06-04 23:15:00 +07:00
2020-06-04 23:15:00 +07:00

defer.hpp

travis appveyor codecov language license paypal

Requirements

Installation

defer.hpp is a header-only library. All you need to do is copy the headers files from headers directory into your project and include them:

#include "defer.hpp/defer.hpp"

Also, you can add the root repository directory to your cmake project:

add_subdirectory(external/defer.hpp)
target_link_libraries(your_project_target defer.hpp)

Examples

TODO

License (MIT)

Description
Languages
C++ 64.3%
CMake 35.7%