]> git.tdb.fi Git - libs/core.git/blob - source/stringcodec/codecutils.h
Add move semantics to Variant
[libs/core.git] / source / stringcodec / codecutils.h
1 #ifndef MSP_STRINGCODEC_CODECUTILS_H_
2 #define MSP_STRINGCODEC_CODECUTILS_H_
3
4 #include <msp/core/mspcore_api.h>
5
6 namespace Msp {
7 namespace StringCodec {
8
9 MSPCORE_API int transform_mapping_or_direct(const int *mapping, unsigned map_size, int ch, bool reverse);
10
11 } // namespace StringCodec
12 } // namespace Msp
13
14 #endif