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

Support for C++20 Concepts

Last modified: 11 February 2024

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.