Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
▼Nty | Type Pack |
▼Ndetail | Implementation details |
▼Cpack_base | Provides common pack functionality |
Call | Provides a static constant which indicates whether all types in this pack match Trait |
Cany | Provides a static constant which indicates whether any type in this pack matches Trait |
Cconcat | Provides a member typedef type which is this pack with Us added |
Cconcat< pack< Us... > > | Provides a member typedef type which is this pack with the inner pack types Us added |
Cpack | A wrapper for a type template parameter pack |
▼Cpack< Head, Tail... > | Main pack specialization |
Cat | Provides a member typedef type which is the type at pack index I |
Cat< 0 > | Provides a member typedef type which is the type at pack index 0 |
Cfilter | Provides a member typedef type which is a pack with all types in this pack that match Trait |
Cmap | Provides a member typedef type which is all types in this pack transformed by Mod |
Cpack< pack< Ts... > > | Inner pack unwrapping specialization |
▼Cpack<> | Empty pack specialization |
Cfilter | Provides a member typedef type which is the empty pack |
Cmap | Provides a member typedef type which is the empty pack |