|
| struct | HelperRecT |
| | generic declaration of a template to handle copying, moving, and deleting type that matches a given index in the list of variant parameters. 更多...
|
| |
| struct | HelperRecT< n > |
| | Specialization to stop the recursion when the end of the list has reached 更多...
|
| |
| struct | HelperRecT< n, F, Ts... > |
| | Recursive template definition for multiple arguments. 更多...
|
| |
| struct | HelperT |
| | Helper to kickstart the recursive search 更多...
|
| |
| struct | HelperT<> |
| | Specialization to end the recursion 更多...
|
| |
| struct | TMax |
| | generic declaration of a template to compute the maximum size of a set of template parameters. 更多...
|
| |
| struct | TMax< arg > |
| | specialization to stop the recursion when arrived at a single argument. 更多...
|
| |
| struct | TMax< arg1, arg2, others... > |
| | recursive definition for multiple arguments 更多...
|
| |