24#ifndef MORPHEUS_PRINT_HPP
25#define MORPHEUS_PRINT_HPP
27#include <impl/Morpheus_Print_Impl.hpp>
28#include <impl/Dynamic/Morpheus_Print_Impl.hpp>
32template <
typename Pr
intable,
typename Stream>
33void print(
const Printable& p, Stream& s) {
37template <
typename Pr
intable>
38void print(
const Printable& p) {
39 Morpheus::print(p, std::cout);
Generic Morpheus interfaces.
Definition: dummy.cpp:24