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

(67d10ced1f702de3a582da47fa657a724aa6a2bf)

#include <algorithm>
#include <cstdint>
#include <functional>
#include <numeric>
#include <optional>
#include <string>
#include <vector>
#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
 

Functions

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

Function Documentation

◆ are_template_declarations_substitutable()