Skip to content

MissingTemplateHeaderFixupAttribute::MissingTemplateHeaderFixupAttribute

Constructor

Synopsis

Declared in <CxxFrontend/Clang/clang‐frontend‐private.hpp>

MissingTemplateHeaderFixupAttribute(
    std::string file,
    std::vector<unsigned int> offsets);

Parameters

Name

Description

file

The object to construct from

offsets

A standard container which offers fixed time access to individual elements in any order.

Created with MrDocs