The Battle for Wesnoth  1.19.8+dev
Namespaces | Variables
ranges.hpp File Reference
#include <boost/range/adaptor/filtered.hpp>
#include <boost/range/adaptor/map.hpp>
#include <boost/range/adaptor/reversed.hpp>
#include <boost/range/adaptor/transformed.hpp>
Include dependency graph for ranges.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 utils
 
 utils::views
 

Variables

constexpr auto utils::views::filter = boost::adaptors::filtered
 
constexpr auto utils::views::keys = boost::adaptors::map_keys
 
constexpr auto utils::views::reverse = boost::adaptors::reversed
 
constexpr auto utils::views::transform = boost::adaptors::transformed
 
constexpr auto utils::views::values = boost::adaptors::map_values