3#ifndef pRC_CORE_BASIC_FUNCTIONS_PRINT_H
4#define pRC_CORE_BASIC_FUNCTIONS_PRINT_H
21 [&
string, &stream](
auto const i)
25 std::fputc(
string[
i], stream);
30 template<
class T,
T... Is,
class S>
42 print(
"pRC::Direction::Leftwards", stream);
45 print(
"pRC::Direction::Rightwards", stream);
48 print(
"pRC::Direction::Upwards", stream);
51 print(
"pRC::Direction::Downwards", stream);
54 print(
"pRC::Direction::Forwards", stream);
57 print(
"pRC::Direction::Backwards", stream);
60 print(
"pRC::Direction::Unknown", stream);
71 print(
"pRC::Context::CompileTime", stream);
74 print(
"pRC::Context::RunTime", stream);
77 print(
"pRC::Context::Unknown", stream);
Definition sequence.hpp:29
TN::Subscripts S
Definition externs_nonTT.hpp:9
pRC::Float<> T
Definition externs_nonTT.hpp:1
int i
Definition gmock-matchers-comparisons_test.cc:603
Definition cholesky.hpp:10
static auto print(String< N > const &string, std::FILE *stream)
Definition print.hpp:18
static constexpr auto name()
Definition type_name.hpp:11
Context
Definition context.hpp:9
static constexpr auto range(F &&f, Xs &&...args)
Definition range.hpp:18
Direction
Definition direction.hpp:9