Implement a UID formatting function

This commit is contained in:
Robbert van der Helm
2020-12-17 14:20:49 +01:00
parent f71c7a3895
commit 78f9203378
3 changed files with 23 additions and 4 deletions
+5
View File
@@ -53,6 +53,11 @@ constexpr size_t max_num_speakers = 16384;
*/
constexpr size_t max_vector_stream_size = 50 << 20;
/**
* Format a FUID as a simple hexadecimal four-tuple.
*/
std::string format_uid(const Steinberg::FUID& uid);
/**
* Convert a UTF-16 C-style string to an `std::u16string`. Who event invented
* UTF-16?