C++ Concepts
Subtitle
#include <iostream> int main() { std::cout << "C++ concepts!!!" << std::endl; }