CLion
 
Get CLion
You are viewing the documentation for an earlier version of CLion.

Support for C++20 Concepts

Last modified: 08 September 2023

Concepts are one of the major language features of the C++20 standard. They provide a way to put compile-time constraints on template arguments, helping you ensure the templates meet your expectations.