Lines Matching refs:Dim
44 template< class T , size_t Dim >
49 const static size_t dim = Dim;
90 template< class T , size_t Dim >
91 class test_array2 : public test_array< T , Dim >
125 template< class T , size_t Dim >
126 struct state_wrapper< test_array< T , Dim > >
128 typedef state_wrapper< test_array< T , Dim > > state_wrapper_type;
129 typedef test_array< T , Dim > state_type;
164 template< class T , size_t Dim >
165 struct state_wrapper< test_array2< T , Dim > >
167 typedef state_wrapper< test_array2< T , Dim > > state_wrapper_type;
168 typedef test_array2< T , Dim > state_type;