SyTen

◆ shiftArgs() [3/4]

template<typename First , std::enable_if_t<!std::is_invocable_v< First >, int > = 0>
bool syten::shiftArgs ( std::ostream out,
First &&  a 
)
inline

Sequentially shift all arguments into a stream.

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Remarks
N=1 recursive stop for uncallable arguments.

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Remarks
N=1 recursive stop for callable arguments.