cxx-concepts icon indicating copy to clipboard operation
cxx-concepts copied to clipboard

A basic implementation of C++ Concepts in C++14 (CppCon 2016 Lightning Talks)

Overview

This is a very basic example on how to implement concept-like interfaces. This was presented at CppCon 2016 during a lightning talk <https://www.youtube.com/watch?v=VctviQl-SR4>_