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

(f2e56b6b07f2d9f0b03bd0ef89f7ed25c37708fb)

#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  SfinaeConstraint
 Holds the source-level alias with its template arguments for a SFINAE constraint detected in a non-type template parameter. More...
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()