CPP-ARGON 4.0.0
Command-Line Argument Parser for C++20
Loading...
Searching...
No Matches
ranges.hpp File Reference

Provides common ranges utility functions. More...

#include "argon/util/concepts.hpp"
#include <any>
#include <ranges>

Go to the source code of this file.

Namespaces

namespace  argon
 
namespace  argon::util
 

Functions

template<typename T >
constexpr auto argon::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.