@brief Constructs a new basic_node Value object for null types.
| 12821 | union node_value { |
| 12822 | /// @brief Constructs a new basic_node Value object for null types. |
| 12823 | node_value() = default; |
| 12824 | |
| 12825 | /// @brief Constructs a new basic_node value object with a node type. The default value for the specified |
| 12826 | /// type will be assigned. |
no test coverage detected