oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
Loading...
Searching...
No Matches
Namespaces | Concepts
types.hpp File Reference

Common type definitions and concepts for the C++ wrapper layer. More...

#include <ove/ove.h>
#include <cstdint>
#include <cstddef>
#include <concepts>
#include <type_traits>
#include <utility>
Include dependency graph for types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ove
 Top-level namespace for all oveRTOS C++ abstractions.
 

Concepts

concept  ove::ThreadEntry
 Concept satisfied by any callable convertible to void(*)(void*).
 

Detailed Description

Common type definitions and concepts for the C++ wrapper layer.