FastLED
3.9.15
Loading...
Searching...
No Matches
◆
unique_missing_name()
fl::string
fl::xypath_detail::unique_missing_name
(
const char *
prefix
)
Definition at line
36
of file
xypath.cpp
.
36
{
37
static
fl::atomic<u32>
sUniqueName(0);
38
u32
id
= ++sUniqueName;
39
string
name = prefix;
40
name += id;
41
return
name;
42
}
fl::atomic
AtomicFake< T > atomic
Definition
atomic.h:21
fl
xypath_detail
Generated on Fri Aug 22 2025 20:59:37 for FastLED by
1.13.2