mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Update cpp/ql/src/semmle/code/cpp/exprs/BuiltInOperations.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
This commit is contained in:
@@ -213,7 +213,7 @@ class BuiltInOperationHasTrivialAssign extends BuiltInOperation, @hastrivialassi
|
||||
* A C++ `__has_trivial_constructor` built-in operation (used by some
|
||||
* implementations of the `<type_traits>` header).
|
||||
*
|
||||
* Returns `true` if the type has a trivial (compiler-generated) constructor.
|
||||
* Returns `true` if the type has a trivial constructor.
|
||||
* ```
|
||||
* bool v = __has_trivial_constructor(MyType);
|
||||
* ```
|
||||
|
||||
Reference in New Issue
Block a user