clang-metatool
A framework for reusing code in clang tools
Classes | Namespaces | Functions
propagation_result.h File Reference
#include <iostream>
Include dependency graph for propagation_result.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clangmetatool::propagation::PropagationResult< ResultType >
 

Namespaces

 clangmetatool
 
 clangmetatool::propagation
 

Functions

template<typename T >
std::ostream & operator<< (std::ostream &stream, const clangmetatool::propagation::PropagationResult< T > &result)
 

Function Documentation

◆ operator<<()

template<typename T >
std::ostream& operator<< ( std::ostream &  stream,
const clangmetatool::propagation::PropagationResult< T > &  result 
)

Definition at line 80 of file propagation_result.h.