CodeQL library for C/C++
codeql/cpp-all 0.12.9 (changelog, source)
Search

Member predicate TemplateFunction::getASpecialization

Gets a full specialization of this function template.

Note that unlike classes, functions overload rather than specialize partially. Therefore this does not include things which “look like” partial specializations, nor does it include full specializations of such things – see FunctionTemplateSpecialization for further details.

FunctionTemplateSpecialization getASpecialization()