yuri-kilochek / boost.scope_guard
Fully emulates D's scope guard statement feature via C++17's std::uncaught_exceptions() with no dynamic memory allocation and terse syntax via class template deduction. Meant to supersede Boost.ScopeExit.
☆19Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for boost.scope_guard
- A PostgreSQL client library written in Modern C++☆25Updated 5 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 11 years ago
- Boost.Asio wrapper over uTorrent's uTP library☆27Updated 3 years ago
- C++ header only library purposed to create pool of some resources like keepalive connections☆23Updated 3 months ago
- C++ Concurrency library!☆26Updated 5 years ago
- Proposed IP address classes for standard c++☆35Updated 10 years ago
- Header only C++14 micro benchmark☆14Updated 8 years ago
- JSON Serializer using compile time reflection☆20Updated last year
- Type safe "Keep it simple, stupid" text templates for C++