Function sdv::toml::internal::CompareNodes#
Defined in File toml.h
Function Documentation#
-
inline ECompareResult sdv::toml::internal::CompareNodes(CNode &rnode1, CNode &rnode2, uint32_t uiCompareFlags = static_cast<uint32_t>(ECompareFlags::compare_ignore_all))#
Compare the content of the node with the content of another node.
- Attention
This function changes the nodes dependable on the provided flags.
- Parameters:
rnode1 – [in] First node interface to compare with the second node.
rnode2 – [in] Second node interface to compare with the first node.
uiCompareFlags – [in] Zero or more flags from ECompareFlags.
- Returns:
The comparison result.