![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Public Types | |
using | tuple_t = std::tuple< ElementTypes... > |
using | base_type = ContainerType< std::tuple< ElementTypes... > > |
Friends | |
tpf::sstream & | operator<< (tpf::sstream &os, const container_of_tuples_t &ct) |
Definition at line 12 of file 08-container_tuple.cpp.
using container_of_tuples_t< ContainerType, ElementTypes >::base_type = ContainerType< std::tuple<ElementTypes...> > |
Definition at line 17 of file 08-container_tuple.cpp.
using container_of_tuples_t< ContainerType, ElementTypes >::tuple_t = std::tuple<ElementTypes...> |
Definition at line 15 of file 08-container_tuple.cpp.
|
friend |
Definition at line 21 of file 08-container_tuple.cpp.