fktn-k / fkYAML

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

#36 support custom node value data types #37

Closed fktn-k closed 1 year ago

fktn-k commented 1 year ago

Customizations for Node value types have been supported.
With the customizations, users will be able to use this library with platform-specific optimization.
To customize Node value types, users can specify data types as template parameters of BasicNode class.
Without customizations, users can still use Node class as the default BasicNode class specialization.