Skip to content
Eric Niebler

Eric Niebler

Judge me by my C++, not my WordPress

Menu

Primary menu

  • Home
  • Publications
  • Contact
  • About

Category Archives: generic-programming

Range Concepts, Part 2 of 4: Infinite Ranges

Posted on February 18, 2014 by Eric Niebler — 12 Comments ↓

In the last post, I tried to make delimited ranges fit into the STL and found the result unsatisfying. This time around I’ll be trying the same thing with infinite ranges and will sadly be reaching the same conclusion. But Continue reading Range Concepts, Part 2 of 4: Infinite Ranges→

Posted in c++11, generic-programming, library-design, ranges | 12 Replies

Range Concepts, Part 1 of 4: Delimited Ranges

Posted on February 16, 2014 by Eric Niebler — 31 Comments ↓

I’ve been digging into ranges recently, and I’m finding them to be more than just a pair of iterators. In a series of posts, I’ll be expanding the notion of what a range is to cover some kinds of ranges Continue reading Range Concepts, Part 1 of 4: Delimited Ranges→

Posted in c++11, generic-programming, library-design, ranges | 31 Replies

Post navigation

Newer posts →

Primary Sidebar Widget Area

Recent Posts

  • Standard Ranges
  • Ranges, Coroutines, and React: Early Musings on the Future of Async in C++
  • Post-Conditions on Self-Move
  • Iterators++, Part 3
  • Iterators++, Part 2

Recent Comments

  • redwap on Cpp-Next.Com and the Expressive C++ Series
  • Eric Niebler on Standard Ranges
  • Godmar Back on Standard Ranges
  • Eric Niebler on Standard Ranges
  • Godmar Back on Standard Ranges

Archives

  • December 2018
  • August 2017
  • March 2017
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • May 2014
  • April 2014
  • February 2014
  • November 2013
  • October 2013
  • August 2013
  • July 2013
  • June 2013
  • January 2011
  • October 2010
  • September 2010

Categories

  • boost
  • c++11
  • career
  • coroutines
  • edsl
  • generic-programming
  • haskell
  • library-design
  • math
  • proto
  • ranges
  • reactive
  • std
  • std2
  • Uncategorized
  • xpressive

Meta

  • Register
  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org
Copyright © 2019 Eric Niebler. All Rights Reserved.
Theme: Catch Box by Catch Themes
Scroll Up