|
ADTF
|
Go to the source code of this file.
Namespaces | |
| namespace | a_util |
| Serves as the root component, with common functionality documented in core functionality. | |
Typedefs | |
| typedef void * | handle_t |
| Type of a handle value. | |
| typedef const void * | const_handle_t |
| Type of a const handle value. | |
| typedef std::int64_t | timestamp_t |
| Type of a timestamp value. If not otherwise stated, always in microseconds. | |
| typedef std::atomic< timestamp_t > | atomic_timestamp_t |
| Type of an atomic timestamp_t. | |
Functions | |
| template<typename T> | |
| void | a_util::maybe_unused (T &&) |
Public types and functions defining a_util core functionality
Copyright 2025 Digitalwerk GmbH. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.