Instantiator
Generate c++ template instantiations
Loading...
Searching...
No Matches
Injection.hpp File Reference
#include <string>
#include <vector>
#include "fmt/color.h"
#include "fmt/core.h"
#include "fmt/ranges.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/Type.h"
#include "Param.hpp"
#include "TemplateArgument.hpp"
Include dependency graph for Injection.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Injection
 Struct for the collection of all relevant data for a template instantiation which needs to be inserted somewhere. More...
 
class  fmt::formatter< Injection >
 

Functions

std::ostream & operator<< (std::ostream &stream, const Injection &toDo)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & stream,
const Injection & toDo )

Pretty print an Injection