I надеюсь реализовать что-то вроде:
Код: Выделить всё
constexpr auto f() {
/* some code ... */
if constexpr ("called in compilation time") {
// ...
} else {
// ...
}
/* rest code ... */
}
Подробнее здесь: https://stackoverflow.com/questions/792 ... onstevaled
Мобильная версия