Bringing Static_views to review-ready state
- Mentors
- Darren Garvey
- Organization
- Boost C++ Libraries
This document proposes an addition to Boost C++
Libraries — Static_views
library.
The library focuses on working with compile-time (i.e. constexpr
) homogeneous data.
Its applications range from converting bitmaps from 8-bit to 24-bit representations to
implementing efficient enumeration to string conversions and custom error categories.