|  | 
| template<class S, class Geo, class KeyArray, std::size_t... I> | 
| S | keyToCornerStorageImpl (const Geo &geo, const KeyArray &key, std::index_sequence< I... >) | 
|  | 
| template<class S, class Geo, class T, std::size_t N, class Indices = std::make_index_sequence<N>> | 
| S | keyToCornerStorage (const Geo &geo, const std::array< T, N > &key) | 
|  | 
| template<class S, class Geo, class KeyArray, std::size_t... I> | 
| S | subEntityKeyToCornerStorageImpl (const Geo &geo, unsigned int i, unsigned int c, const KeyArray &key, std::index_sequence< I... >) | 
|  | 
| template<class S, class Geo, class T, std::size_t N, class Indices = std::make_index_sequence<N>> | 
| S | subEntityKeyToCornerStorage (const Geo &geo, unsigned int i, unsigned int c, const std::array< T, N > &key) | 
|  |