PrevUpHomeNext

kcpp::roll


kcpp::roll

kcpp::roll is the c++ rolling output stream object of the kcpp rolling output stream class to the standard output device.

kcpp::roll is a c++ printer object of kcpp printer class.

kcpp::roll prints multiple values by a single calling.

include

#include <kcpp/io.hpp>

c++ example

#include <kcpp/io.hpp>

int main()
{
	kcpp::roll(24, 4.5, "Hi");
/*
24 4.5 Hi
*/
}

Back

Back: Kcpp IO

See Also

kcpp::dice

kcpp::klog

kcpp::endl









________________________________________


PrevUpHomeNext

P   R   D