mgcpp
A C++ Math Library Based on CUDA
inspect_graph.hpp
Go to the documentation of this file.
1 #ifndef INSPECT_GRAPH_HPP
2 #define INSPECT_GRAPH_HPP
3 
4 #include <ostream>
5 
7 
8 namespace mgcpp {
9 
10 template <typename Expr>
11 std::ostream& operator<<(std::ostream& os, expression<Expr> const& expr);
12 }
13 
15 #endif // INSPECT_GRAPH_HPP
Definition: adapter_base.hpp:12