Would it be possible to have the following feature:
auto op = tfm::formatOp("%i , %i ");
op % a;
op % b;
op % c ; // this would result in an assert or exception
Thanks for considering this :-), this makes sequential parsing in values and converting them into a string extremely easy :-)