|
Horizon
|
#include <type_traits>#include <utility>#include <meta/meta.hpp>#include <concepts/concepts.hpp>#include <range/v3/functional/invoke.hpp>#include <range/v3/utility/addressof.hpp>#include <range/v3/utility/static_const.hpp>#include <range/v3/detail/prologue.hpp>#include <range/v3/detail/epilogue.hpp>Go to the source code of this file.
Classes | |
| struct | ranges::reference_wrapper< T > |
| struct | ranges::ref_fn |
| struct | ranges::unwrap_reference_fn |
Typedefs | |
| template<typename T > | |
| using | ranges::ref_t = decltype(ref(std::declval< T >())) |
| template<typename T > | |
| using | ranges::unwrap_reference_t = decltype(unwrap_reference(std::declval< T >())) |