codeql/cpp-all
5.4.2-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the constraint expression of the concept.
For example, in
template<class T> concept C = std::is_same<T, int>::value;
the constraint expression is std::is_same<T, int>::value.
std::is_same<T, int>::value
Expr getExpr()