Wildmeshing Toolkit
array_to_map.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 wmtk
 
 wmtk::utils
 

Functions

template<typename T , int R, int C>
auto wmtk::utils::array_to_map (const T(&a)[R][C])
 
template<typename T , int R, int C>
auto wmtk::utils::array_to_map (T(&a)[R][C])
 
template<typename T , int R>
auto wmtk::utils::array_to_map (const T(&a)[R])
 
template<typename T , int R>
auto wmtk::utils::array_to_map (T(&a)[R])