Wildmeshing Toolkit
valid_index_from_tuple.hpp
Go to the documentation of this file.
1 #pragma once
2 #include <wmtk/Tuple.hpp>
3 
4 namespace wmtk::autogen {
5 int8_t valid_index_from_tuple(PrimitiveType mesh_type, const Tuple& t);
6 
7 } // namespace wmtk::autogen
8 
int8_t valid_index_from_tuple(PrimitiveType mesh_type, const Tuple &t)