|
clang-metatool
A framework for reusing code in clang tools
|
#include <iostream>

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) |
| std::ostream& operator<< | ( | std::ostream & | stream, |
| const clangmetatool::propagation::PropagationResult< T > & | result | ||
| ) |
Definition at line 80 of file propagation_result.h.
1.8.13