URL details: godbolt.org/z/oe75W1

URL title: Compiler Explorer
URL description: int main() { using namespace std; auto squares_under_200 = views::iota(0) | views::transform([](int i){ return i*i;}) | views::take_while([](int i){ return i < 200; }); fmt::print("squares under 200: {}\n", squares_under_200); }
URL last crawled: 2022-05-27
URL speed: 1.008 MB/s, downloaded in 0.090 seconds

open external url

1 external links to this url

Only links from external domains are shown on this page.

found date
link text
from url
2021-06-17
example