tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
nullptr_t.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
3
#ifndef TETL_CSTDDEF_NULLPTR_T_HPP
4
#define TETL_CSTDDEF_NULLPTR_T_HPP
5
6
namespace
etl
{
7
13
using
nullptr_t
=
decltype
(
nullptr
);
14
15
}
// namespace etl
16
17
#endif
// TETL_CSTDDEF_NULLPTR_T_HPP
etl
Definition
adjacent_find.hpp:8
etl::nullptr_t
decltype(nullptr) nullptr_t
etl::nullptr_t is the type of the null pointer literal, nullptr. It is a distinct type that is not it...
Definition
nullptr_t.hpp:13
include
etl
_cstddef
nullptr_t.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0