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
10
namespace
tenno
11
{
12
13
typedef
size_t
size
;
14
using
nullptr_t
=
decltype
(
nullptr
);
15
16
}
// namespace tenno
tenno
Definition
algorithm.hpp:11
tenno::size
size_t size
Definition
types.hpp:13
tenno::nullptr_t
decltype(nullptr) nullptr_t
Definition
types.hpp:14
include
tenno
types.hpp
Generated by
1.12.0