zpp
Zephyr C++20 Framework
|
#include <zephyr/kernel.h>
#include <zephyr/sys/__assert.h>
Go to the source code of this file.
Classes | |
class | zpp::thread_id |
Thead ID. More... | |
Namespaces | |
zpp | |
Functions | |
constexpr bool | zpp::operator== (const thread_id &lhs, const thread_id &rhs) noexcept |
Compare if two ID are equal. More... | |
constexpr bool | zpp::operator!= (const thread_id &lhs, const thread_id &rhs) noexcept |
Compare if two ID are not equal. More... | |
void | zpp::print_arg (thread_id id) noexcept |
Helper to output the ID with zpp::print("{}", id) More... | |