kaycxx-core
C++ core library
Loading...
Searching...
No Matches
core.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2026 Klaus Reimer <k@ailis.de>
2// SPDX-License-Identifier: MIT
3
4#pragma once
5
12namespace kaycxx {
13
15namespace core {}
16
17} // namespace kaycxx
18
19#include <kaycxx/core/scope.hpp>
Root namespace for kaycxx libraries.
Definition core.hpp:12
Defines scope_exit, a small no-throw scope guard for running cleanup code when the current C++ scope ...