Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
printer_base.hpp File Reference
Include dependency graph for printer_base.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  shambase
 namespace for basic c++ utilities
namespace  shambase::logs
 Namespace containing logs utils.

Functions

void shambase::logs::print ()
 Prints a log message with no arguments.
template<typename T, typename... Types>
void shambase::logs::print (T var1, Types... var2)
 Prints a log message with multiple arguments.
void shambase::logs::print_ln ()
 Prints a log message with multiple arguments followed by a newline.
template<typename T, typename... Types>
void shambase::logs::print_ln (T var1, Types... var2)
 Prints a log message with multiple arguments followed by a newline.

Detailed Description

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file printer_base.hpp.