Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
template_declaration.h File Reference

(6ecfdad3674b65a8ded361c40bd1035c35ec22ec)

#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <numeric>
#include <optional>
#include <string>
#include <vector>
#include <QSet>
#include <QString>
Include dependency graph for template_declaration.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ValuedDeclaration
struct  ValuedDeclaration::PrintingPolicy
struct  TemplateDeclarationStorage
struct  RelaxedTemplateParameter
struct  RelaxedTemplateDeclaration

Namespaces

namespace  QDoc

Functions

bool are_template_declarations_substitutable (const TemplateDeclarationStorage &left, const TemplateDeclarationStorage &right)

Variables

constexpr std::size_t QDoc::MultilineTemplateParamThreshold = 2

Function Documentation

◆ are_template_declarations_substitutable()