mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
C++: Fix docs copy-paste error
This commit is contained in:
@@ -913,8 +913,7 @@ class ArrayType extends DerivedType {
|
||||
|
||||
/**
|
||||
* Gets the byte size of this array. Only has a result for arrays declared to be of a constant
|
||||
* size. This predicate is a synonym for `getByteSize`. See `getArraySize` for getting the number
|
||||
* of elements.
|
||||
* size. See `getArraySize` for getting the number of elements.
|
||||
*/
|
||||
int getByteSize() { arraysizes(underlyingElement(this),_,result,_) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user