Wildmeshing Toolkit
|
#include "named_error_text.hpp"
#include <fmt/format.h>
#include <cstdint>
#include <nlohmann/json.hpp>
#include <optional>
#include <wmtk/attribute/AttributeType.hpp>
#include "../AttributeDescription.hpp"
Go to the source code of this file.
Namespaces | |
wmtk | |
wmtk::components | |
wmtk::components::multimesh | |
wmtk::components::multimesh::utils | |
wmtk::components::multimesh::utils::detail | |
Functions | |
std::string | wmtk::components::multimesh::utils::detail::make_named_error_string (const std::string_view &path, const std::optional< uint8_t > &dimension, const std::optional< attribute::AttributeType > &type) |
std::string | wmtk::components::multimesh::utils::detail::make_named_error_string (const AttributeDescription &ad) |