Function sdv::toml::Compare#

Function Documentation#

inline ECompareResult sdv::toml::Compare(const std::string &rssToml1, const std::string &rssToml2, uint32_t uiCompareFlags = static_cast<uint32_t>(ECompareFlags::compare_ignore_all))#

Compare the content of TOML string with the content of another TOML string.

Parameters:
  • rssToml1[in] Reference to the first TOML string to compare with the second TOML string.

  • rssToml2[in] Reference to the second TOML string to compare with the first TOML string.

  • uiCompareFlags[in] Zero or more flags from ECompareFlags.

Returns:

The comparison result.