CPP-AP 3.0.1
Command-line argument parser for C++20
Loading...
Searching...
No Matches
ranges.hpp File Reference

Provides common ranges utility functions. More...

#include "concepts.hpp"
#include <any>
#include <ranges>

Go to the source code of this file.

Namespaces

namespace  ap
 
namespace  ap::util
 

Functions

template<typename T >
auto ap::util::any_range_cast_view (const c_range_of< std::any > auto &range)
 Casts a range of std::any to a range of type T.
 

Detailed Description

Provides common ranges utility functions.

Definition in file ranges.hpp.