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 <kcpp/io.hpp>
#include <kcpp/io.hpp> int main() { kcpp::roll(24, 4.5, "Hi"); /* 24 4.5 Hi */ }
Back: Kcpp IO
________________________________________