pRC
multi-purpose Tensor Train library for C++
Loading...
Searching...
No Matches
Namespaces | Functions
print.hpp File Reference
#include <cstdio>
#include <string>
#include <prc/core/basic/type_traits.hpp>

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class T >
static constexpr auto pRC::name ()
 
template<class T , T V, class S >
static auto pRC::print (Constant< T, V > const, S &&stream)
 
template<class T , If< IsSame< T, Bool > > = 0>
static auto pRC::print (T const value, std::FILE *stream)
 
static auto pRC::print (char const *const string, std::FILE *stream)
 
static auto pRC::print (std::string const &string, std::FILE *stream)