FreeTensor
Loading...
Searching...
No Matches
Namespaces | Concepts | Functions
to_string.h File Reference
#include <sstream>
Include dependency graph for to_string.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  freetensor
 

Concepts

concept  freetensor::HasStreamOutput
 

Functions

template<class T >
requires requires(const T &obj) { requires HasStreamOutput<T>; requires !std::convertible_to<T, Ref<ASTNode>>; }
std::string freetensor::toString (const T &obj)