tomlplusplus/include/toml++
Nathan Reed 3b44bd504b
Add implicit conversion operator from node to node_view (#52)
- Creates a node_view pointing to that node. This is similar to how std::string has a conversion operator creating a string_view of the string.
- Also, enabled the move assignment operator for node_view, but made both copy and move assignment operators lvalue-only to avoid the "misleading assignment" issue (see https://github.com/marzer/tomlplusplus/issues/49#issuecomment-664432777)
2020-08-09 02:12:17 +03:00
..
toml_array.h moved is_homogenous to toml::node 2020-08-02 17:02:10 +03:00
toml_array.hpp moved is_homogenous to toml::node 2020-08-02 17:02:10 +03:00
toml_common.h moved is_homogenous to toml::node 2020-08-02 17:02:10 +03:00
toml_date_time.h improved support for __fp16, _Float16 and __float128 2020-07-25 20:50:24 +03:00
toml_default_formatter.h improved support for __fp16, _Float16 and __float128 2020-07-25 20:50:24 +03:00
toml_default_formatter.hpp improved support for __fp16, _Float16 and __float128 2020-07-25 20:50:24 +03:00
toml_formatter.h moved is_homogenous to toml::node 2020-08-02 17:02:10 +03:00
toml_instantiations.hpp improved support for __fp16, _Float16 and __float128 2020-07-25 20:50:24 +03:00
toml_json_formatter.h improved support for __fp16, _Float16 and __float128 2020-07-25 20:50:24 +03:00
toml_json_formatter.hpp improved support for __fp16, _Float16 and __float128 2020-07-25 20:50:24 +03:00
toml_node_view.h Add implicit conversion operator from node to node_view (#52) 2020-08-09 02:12:17 +03:00
toml_node.h Add implicit conversion operator from node to node_view (#52) 2020-08-09 02:12:17 +03:00
toml_node.hpp Add implicit conversion operator from node to node_view (#52) 2020-08-09 02:12:17 +03:00
toml_parse_error.h improved support for __fp16, _Float16 and __float128 2020-07-25 20:50:24 +03:00
toml_parser.h minor cleanup 2020-08-08 20:51:33 +03:00
toml_parser.hpp fix some issues handling infinities and NaNs 2020-08-03 09:10:06 +03:00
toml_preprocessor.h moved is_homogenous to toml::node 2020-08-02 17:02:10 +03:00
toml_print_to_stream.h improved support for __fp16, _Float16 and __float128 2020-07-25 20:50:24 +03:00
toml_table.h moved is_homogenous to toml::node 2020-08-02 17:02:10 +03:00
toml_table.hpp moved is_homogenous to toml::node 2020-08-02 17:02:10 +03:00
toml_utf8_streams.h minor cleanup 2020-08-08 20:51:33 +03:00
toml_utf8_streams.hpp improved support for __fp16, _Float16 and __float128 2020-07-25 20:50:24 +03:00
toml_utf8.h minor cleanup 2020-08-08 20:51:33 +03:00
toml_value.h fix some issues handling infinities and NaNs 2020-08-03 09:10:06 +03:00
toml_version.h improved support for __fp16, _Float16 and __float128 2020-07-25 20:50:24 +03:00
toml.h moved is_homogenous to toml::node 2020-08-02 17:02:10 +03:00