tenno 0.1.0
Loading...
Searching...
No Matches
types.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2// Author: Giovanni Santini
3// Mail: giovanni.santini@proton.me
4// Github: @San7o
5
6#pragma once
7
8#include <stddef.h>
9
10namespace tenno
11{
12
13typedef size_t size;
14using nullptr_t = decltype(nullptr);
15
16} // namespace tenno
size_t size
Definition types.hpp:13
decltype(nullptr) nullptr_t
Definition types.hpp:14