Skip to main content

One doc tagged with "fold-expressions"

View all tags

Fold Expressions (C++17)

Fold expressions provide a concise way to apply operators to variadic template parameter packs. They eliminate the need for recursive template patterns.