Wildmeshing Toolkit
Loading...
Searching...
No Matches
named_error_text.hpp
Go to the documentation of this file.
1#pragma once
2#include <cstdint>
3#include <optional>
6struct AttributeDescription;
7}
10 const std::string_view& path,
11 const std::optional<uint8_t>& dimension,
12 const std::optional<attribute::AttributeType>& type);
13std::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)