A Practitioner’s Guide to Writing std-Compatible Views

Writing a bare-bones view that can be used in a range-based for loop is straightforward. Writing a std-compatible view, along with its range adaptor, is not. This talk will get you up to speed on what you need to know to write views “the right way”.