![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Classes | |
struct | static_loop |
Public Types | |
using | animal_types = tpf::types::type_list_t< Animals... > |
Public Member Functions | |
AnimalFarm (Animals... animals) | |
template<size_t type_index> | |
void | report () |
void | operator() () const |
Definition at line 39 of file 16-advanced_mixin.cpp.
using AnimalFarm< Animals >::animal_types = tpf::types::type_list_t<Animals...> |
Definition at line 43 of file 16-advanced_mixin.cpp.
|
inline |
Definition at line 45 of file 16-advanced_mixin.cpp.
|
inline |
|
inline |