fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

#240 implement node comparison #243

Closed fktn-k closed 10 months ago

fktn-k commented 10 months ago

To prepare implementation in which non-string nodes are also supported as mapping keys, basic_node class operators for comparison have been added in this PR.
Implementing those operator will enable basic_node class to be used as std::map::key_type.
For detailed information about those operators, visit the API documentation pages.
Furthermore, unit test cases and documentation have also been updated.


Pull Request Checklist

Read the CONTRIBUTING.md file for detailed information.

Please don't

coveralls commented 10 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling a3718a6eb0f70a35b84b48f9908caffad62171cf on feature/240_implement_node_comparison into 8065a3fba90ce9feffbd9168c50a204f0921ca04 on develop.