Definition at line 11 of file component_holder.cppm.
◆ component_builder_t() [1/2]
cydui::components::component_builder_t::component_builder_t |
( |
| ) |
|
|
exportdefault |
◆ component_builder_t() [2/2]
template<ComponentConcept C>
cydui::components::component_builder_t::component_builder_t |
( |
C | comp | ) |
|
|
inlineexport |
◆ append_component()
void cydui::components::component_builder_t::append_component |
( |
const std::function< std::shared_ptr< component_base_t >()> & | component | ) |
|
|
inlineexport |
◆ empty()
bool cydui::components::component_builder_t::empty |
( |
| ) |
const |
|
inlineexport |
◆ get_component_constructors()
const auto & cydui::components::component_builder_t::get_component_constructors |
( |
| ) |
const |
|
inlineexport |
◆ get_components()
std::vector< std::shared_ptr< component_base_t > > cydui::components::component_builder_t::get_components |
( |
| ) |
const |
|
inlineexport |
◆ size()
std::size_t cydui::components::component_builder_t::size |
( |
| ) |
const |
|
inlineexport |
◆ transform()
void cydui::components::component_builder_t::transform |
( |
auto && | fun | ) |
|
|
inlineexport |
The documentation for this struct was generated from the following file: