C++ Concepts

Subtitle

#include <iostream>

int main() {
	std::cout << "C++ concepts!!!" << std::endl;
}

C++ Concepts

By sebwink

C++ Concepts

  • 15