|  | 
| 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, std::size_t... ii> | 
| S | boundaryCornerStorageImpl (const Geo &geo, unsigned int i, std::index_sequence< ii... >) | 
|  | 
| template<class S, std::size_t numCorners, class Geo> | 
| S | boundaryCornerStorage (const Geo &geo, unsigned int i) | 
|  |