Template Function sdv::MakePath#

Function Documentation#

template<typename TCharType, bool bUnicode, size_t nFixedSize>
std::filesystem::path sdv::MakePath(const string_base<TCharType, bUnicode, nFixedSize> &rssPath)#

Create path by providing strings of other types.

Template Parameters:
  • TCharType – The character type to use for the strings.

  • bUnicode – When set, the string is a unicode string.

  • nFixedSize – Size of the fixed size buffer or 0 for a dynamic sized buffer.

Parameters:

rssPath[in] Reference to the string.

Returns:

Returns the created path.