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

◆ get_move_construct_fn() [2/2]

template<typename T>
fl::enable_if<!has_move_ctor< T >::value, void(*)(void *, void *) FL_NOEXCEPT >::type fl::detail::get_move_construct_fn ( )

Definition at line 263 of file basic_vector.h.

263 {
264 return nullptr;
265}

References FL_NOEXCEPT.