cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
print.hpp File Reference
#include <cstdio>
#include <string>
#include <prc/core/basic/concepts.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)
 
static auto pRC::print (Bool const value, std::FILE *stream)
 
template<IsIntegral T>
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)