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

◆ get_default_construct_fn() [1/2]

template<typename T>
fl::enable_if< has_default_ctor< T >::value, void(*)(void *) FL_NOEXCEPT >::type fl::detail::get_default_construct_fn ( )

Definition at line 209 of file basic_vector.h.

209 {
210 return [](void* ptr) FL_NOEXCEPT { new (ptr) T(); };
211}
#define FL_NOEXCEPT

References FL_NOEXCEPT.

Referenced by fl::vector_element_ops_for().

+ Here is the caller graph for this function: