Skip to content

Table building #212

Answered by ArthurSonzogni
MattBystrin asked this question in Q&A
Sep 22, 2021 · 1 comments · 8 replies
Discussion options

You must be logged in to vote

I guess you have a std::vector<Element> representing a column somewhere.

What about in an imperative way:

column[selected_line] = std::move(column[selected_line]) | inverted;

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@tchaikov
Comment options

@ArthurSonzogni
Comment options

@tchaikov
Comment options

@ArthurSonzogni
Comment options

@tchaikov
Comment options

Answer selected by MattBystrin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants