34 const std::vector<std::tuple<attribute::MeshAttributeHandle, int64_t>>& input_tags,
35 const std::vector<std::tuple<attribute::MeshAttributeHandle, int64_t>>& output_tags)
37 std::deque<TagAttribute> input_tag_attributes;
38 for (
const auto& [handle, val] : input_tags) {
39 input_tag_attributes.emplace_back(m, handle, handle.primitive_type(), val);
41 std::deque<TagAttribute> output_tag_attributes;
42 for (
const auto& [handle, val] : output_tags) {
43 output_tag_attributes.emplace_back(m, handle, handle.primitive_type(), val);