TemplateInstantiationGroup class

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 TemplateInstantiationGroup class is used with the MatchEventStack and MatchEventStackInMemberFunction functions. Use it to match groups of TEMPLATE_INSTANTIATION events.

Syntax

class TemplateInstantiationGroup : public EventGroup<TemplateInstantiation>
{
public:
    TemplateInstantiationGroup(std::deque<TemplateInstantiation>&& group);
};

Members

Along with the inherited members from its EventGroup<TemplateInstantiation> base class, the TemplateInstantiationGroup class contains the following members:

Constructors

TemplateInstantiationGroup

TemplateInstantiationGroup

TemplateInstantiationGroup(std::deque<TemplateInstantiation>&& group);

Parameters

group
A group of TEMPLATE_INSTANTIATION events.