FastLED 3.9.15
Loading...
Searching...
No Matches

◆ cin_real()

istream_real & fl::cin_real ( )

Definition at line 129 of file istream.cpp.

129 {
130 // Local static instance - only constructed when first called
131 // This allows the linker to eliminate it if never referenced
132 static istream_real instance;
133 return instance;
134}