VCCC  2024.05
VisualCamp Common C++ library
range_at.hpp File Reference
#include <type_traits>
#include <utility>
#include "vccc/ranges.hpp"
#include "vccc/utility.hpp"

Go to the source code of this file.

Namespaces

 vccc
 

Functions

template<std::size_t i, typename R , std::enable_if_t< ranges::range< R >::value, int > = 0>
decltype(auto) at (R &&container)