TEMPLATE_INSTANTIATION_KIND_CODE enum

The C++ Build Insights SDK is compatible with Visual Studio 2017 and later. To see the documentation for these versions, set the Visual Studio Version selector control for this article to Visual Studio 2017 or later. It's found at the top of the table of contents on this page.

The TEMPLATE_INSTANTIATION_KIND_CODE enum.

Members

Name Value Description
TEMPLATE_INSTANTIATION_KIND_CODE_CLASS 0 (0x00000000) A class template instantiation.
TEMPLATE_INSTANTIATION_KIND_CODE_FUNCTION 1 (0x00000001) A function template instantiation.
TEMPLATE_INSTANTIATION_KIND_CODE_VARIABLE 2 (0x00000002) A constexpr variable instantiation.
TEMPLATE_INSTANTIATION_KIND_CODE_CONCEPT 3 (0x00000003) A concept template instantiation.

Remarks