Metafunction to determine how many containers are nested within the value_types of a given type. More...
Public Types | |
| typedef unsigned int | value_type | 
Static Public Attributes | |
| static const value_type | value = 0 | 
Metafunction to determine how many containers are nested within the value_types of a given type.
For example, given the type <t>array<array<vector<int>>>, this metafunction would reflect a value of 3.
| T | The type in question | 
 1.8.13