Wildmeshing Toolkit
Loading...
Searching...
No Matches
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

namespace  wmtk
 
namespace  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])