Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <algorithm>
#include <cstdint>
#include <functional>
#include <numeric>
#include <optional>
#include <string>
#include <vector>
#include <QString>
Go to the source code of this file.
Classes | |
struct | ValuedDeclaration |
struct | ValuedDeclaration::PrintingPolicy |
struct | TemplateDeclarationStorage |
struct | RelaxedTemplateParameter |
struct | RelaxedTemplateDeclaration |
Functions | |
bool | are_template_declarations_substitutable (const TemplateDeclarationStorage &left, const TemplateDeclarationStorage &right) |
|
inline |
Definition at line 472 of file template_declaration.h.
References RelaxedTemplateParameter::is_parameter_pack, RelaxedTemplateParameter::kind, RelaxedTemplateParameter::NonTypeTemplateParameter, RelaxedTemplateParameter::TemplateTemplateParameter, ValuedDeclaration::type, and RelaxedTemplateParameter::valued_declaration.