EnTT
4.0.0
Loading...
Searching...
No Matches
src
entt
stl
cstddef.hpp
1
#ifndef ENTT_STL_CSTDDEF_HPP
2
#define ENTT_STL_CSTDDEF_HPP
3
5
#if __has_include(<entt/ext/stl/cstddef.hpp>)
6
# include <entt/ext/stl/cstddef.hpp>
7
#else
8
# include <cstddef>
9
10
namespace
entt::stl
{
11
12
using
std::byte;
13
using
std::nullptr_t;
14
using
std::ptrdiff_t;
15
using
std::size_t;
16
17
}
// namespace entt::stl
18
#endif
20
21
#endif
entt::stl
Custom EnTT namespace for the standard template library.
Definition
entt.hpp:5
Generated by
1.14.0