Template Struct InitializerListDepth
Defined in File inspect.hpp
Struct Documentation
Base case of initializer list dimension checking.
The intension is that if you have some initailizer list of unspecified dimension as the template argument T,
InitializerListDepth<T>::valuewill be the dimension of that initializer list type.- Template Parameters
T – A value or initializer list.
Public Types
The internal type of the initializer list.
Public Static Attributes
The dimension of the initializer list.