15#ifndef A_UTIL_UTIL_BASE_TYPES_H
16#define A_UTIL_UTIL_BASE_TYPES_H
void maybe_unused(T &&)
Definition types.h:51
std::atomic< timestamp_t > atomic_timestamp_t
Type of an atomic timestamp_t.
Definition types.h:36
std::int64_t timestamp_t
Type of a timestamp value. If not otherwise stated, always in microseconds.
Definition types.h:31
void * handle_t
Type of a handle value.
Definition types.h:27
const void * const_handle_t
Type of a const handle value.
Definition types.h:29
Serves as the root component, with common functionality documented in core functionality.
Definition base.h:24