FastLED 3.9.3
Loading...
Searching...
No Matches
fl::is_base_of_v_helper< Base, Derived > Struct Template Reference

Detailed Description

template<typename Base, typename Derived>
struct fl::is_base_of_v_helper< Base, Derived >

Definition at line 49 of file template_magic.h.

Static Public Attributes

static constexpr bool value = is_base_of<Base, Derived>::value
 

Member Data Documentation

◆ value

template<typename Base , typename Derived >
bool fl::is_base_of_v_helper< Base, Derived >::value = is_base_of<Base, Derived>::value
staticconstexpr

Definition at line 50 of file template_magic.h.


The documentation for this struct was generated from the following file: