Macro std::concat

macro concat($parts...) { ... }

Concatenates strings at compile time.

This macro can be useful also as a guard that string is a compile-time constant.

Example