USDEX_DEPRECATED#

USDEX_DEPRECATED(version, message)#

Deprecate C++ API with an extra versioned message appended.

Parameters:
  • version – The major.minor version in which the function was first deprecated

  • message – A user facing message about the deprecation, ideally with a suggested alternative function. Do not include the version in this message, it will be appended automatically.