Type Pack 0.0.1
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NtyType Pack
 NdetailImplementation details
 Cpack_baseProvides common pack functionality
 CallProvides a static constant which indicates whether all types in this pack match Trait  
 CanyProvides a static constant which indicates whether any type in this pack matches Trait
 CconcatProvides 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
 CpackA wrapper for a type template parameter pack
 Cpack< Head, Tail... >Main pack specialization
 CatProvides 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
 CfilterProvides a member typedef type which is a pack with all types in this pack that match Trait
 CmapProvides 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
 CfilterProvides a member typedef type which is the empty pack
 CmapProvides a member typedef type which is the empty pack