UgMisc 0.3
Miscellaneous C++ header library
Loading...
Searching...
No Matches
ugmisc.hpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: © 2026 Larry Chips <larry@larrychips.net>
3 * SPDX-Licence-Identifier: MIT
4 */
5#ifndef UGMISC_UGMISC_HPP
6#define UGMISC_UGMISC_HPP
7
16
17#include "ugmisc/bitops.hpp"
18#include "ugmisc/features.hpp"
19#include "ugmisc/int_finder.hpp"
20#include "ugmisc/member.hpp"
21#include "ugmisc/quote.hpp"
23#include "ugmisc/templated_callable_loop.hpp"
24#include "ugmisc/typelist.hpp"
25#include "ugmisc/ugmisc.hpp"
26#include "ugmisc/xchg.hpp"
27
28#endif /* UGMISC_UGMISC_HPP */
Provides constexpr bit counting functions.
Feature detection.
Obtain an integer type from its width, or from some values that must be representable.
Testing for and using named static and non static members of types.
Utility required by other ugmisc headers.
Lists of types which may be used in some of the ugmisc templates where a single type would usually be...
A constexpr exchange function.