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

◆ add() [2/2]

template<typename T, typename... Rest>
void fl::UIGroup::add ( T & control,
Rest &... rest )
inlineprivate

Definition at line 64 of file group.h.

64 {
65 control.setGroup(name());
66 add(rest...);
67 }
void add(T &control) FL_NOEXCEPT
Definition group.h:59
fl::string name() const FL_NOEXCEPT
Definition group.h:45

References add(), FL_NOEXCEPT, and name().

+ Here is the call graph for this function: