CPPConsole
Loading...
Searching...
No Matches
printall.hpp File Reference
#include "console.hpp"
Include dependency graph for printall.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  console
 Namespace Containing all console commands.
 

Functions

template<typename T >
void printAll (T t)
 
template<typename T , typename... Args>
void printAll (T t, Args... args)
 Prints all items, with a space inbetween.
 
template<typename T >
void printlnAll (T t)
 
template<typename T , typename... Args>
void printlnAll (T t, Args... args)
 Prints all items.