Wildmeshing Toolkit
attribute_missing_error.cpp
Go to the documentation of this file.
2 #include "named_error_text.hpp"
4 
6 {
7  return "Could not find attribute " + make_named_error_string(ad);
8 }
9 } // namespace wmtk::components::multimesh::utils::detail
static std::string make_message(const AttributeDescription &description)
std::string make_named_error_string(const std::string_view &path, const std::optional< uint8_t > &dimension, const std::optional< attribute::AttributeType > &type)