| 12901 | /// @sa https://fktn-k.github.io/fkYAML/api/basic_node/constructor/ |
| 12902 | FK_YAML_DEPRECATED("Since 0.3.12; Use explicit basic_node(const node_type)") |
| 12903 | explicit basic_node(const node_t type) |
| 12904 | : basic_node(detail::convert_to_node_type(type)) { |
| 12905 | } |
| 12906 | |
| 12907 | explicit basic_node(const node_type type) |
| 12908 | : m_attrs(detail::node_attr_bits::from_node_type(type)), |
no test coverage detected