Get it
Learn it
Advanced
#include <mrpt/typemeta/static_string.h> template <int... I> struct append<sequence<I...>> { // typedefs typedef sequence<I..., sizeof...(I)> type; };