У меня есть следующий фрагмент кода:
Код: Выделить всё
struct is_cont{};
struct not_cont{};
template
struct is_cont { typedef not_cont result_t; };
Подробнее здесь: https://stackoverflow.com/questions/940 ... mpile-time
Код: Выделить всё
struct is_cont{};
struct not_cont{};
template
struct is_cont { typedef not_cont result_t; };