Skip to content

Ability to format sequentially #21

Open
@gabyx

Description

@gabyx

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 :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions