Wildmeshing Toolkit
named_error_text.hpp
Go to the documentation of this file.
1 #pragma once
2 #include <cstdint>
3 #include <optional>
6 struct AttributeDescription;
7 }
9 std::string make_named_error_string(
10  const std::string_view& path,
11  const std::optional<uint8_t>& dimension,
12  const std::optional<attribute::AttributeType>& type);
13 std::string make_named_error_string(const AttributeDescription& ad);
14 } // namespace wmtk::components::multimesh::utils::detail
std::string make_named_error_string(const std::string_view &path, const std::optional< uint8_t > &dimension, const std::optional< attribute::AttributeType > &type)