|
Horizon
|
#include <tuple>#include <utility>#include <meta/meta.hpp>#include <concepts/type_traits.hpp>#include <range/v3/range_fwd.hpp>#include <range/v3/detail/prologue.hpp>#include <range/v3/detail/epilogue.hpp>Go to the source code of this file.
Typedefs | |
| template<typename... Ts> | |
| using | ranges::common_type = concepts::common_type< Ts... > |
| template<typename... Ts> | |
| using | ranges::common_type_t = concepts::common_type_t< Ts... > |
| template<typename... Ts> | |
| using | ranges::common_reference = concepts::common_reference< Ts... > |
| template<typename... Ts> | |
| using | ranges::common_reference_t = concepts::common_reference_t< Ts... > |