FastLED
3.9.15
Loading...
Searching...
No Matches
cstddef.h
Go to the documentation of this file.
1
#pragma once
2
3
4
#ifdef FASTLED_TESTING
5
#include <cstddef>
// ok include
6
#endif
7
8
namespace
fl
{
9
10
// FastLED equivalent of std::nullptr_t
11
typedef
decltype
(
nullptr
)
nullptr_t
;
12
13
// FastLED equivalent of std::size_t and std::ptrdiff_t
14
// These are defined here for completeness but may already exist elsewhere
15
#ifndef FL_SIZE_T_DEFINED
16
#define FL_SIZE_T_DEFINED
17
typedef
__SIZE_TYPE__
size_t
;
18
#endif
19
20
#ifndef FL_PTRDIFF_T_DEFINED
21
#define FL_PTRDIFF_T_DEFINED
22
typedef
__PTRDIFF_TYPE__
ptrdiff_t
;
23
#endif
24
25
}
// namespace fl
fl::ptrdiff_t
__PTRDIFF_TYPE__ ptrdiff_t
Definition
cstddef.h:22
fl::nullptr_t
decltype(nullptr) nullptr_t
Definition
cstddef.h:11
fl::size_t
__SIZE_TYPE__ size_t
Definition
cstddef.h:17
fl
IMPORTANT!
Definition
crgb.h:20
fl
cstddef.h
Generated on Fri Aug 22 2025 20:59:33 for FastLED by
1.13.2