#include <concepts/concepts.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/functional/compose.hpp>
#include <range/v3/functional/concepts.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.
|
template<typename T > |
using | ranges::is_pipeable = meta::bool_< is_pipeable_v< T > > |
|
using | ranges::instead = pipeable_base |
|
|
template<typename T > |
constexpr RANGES_INLINE_VAR bool | ranges::is_pipeable_v = META_IS_BASE_OF(pipeable_base, T) |
|
template<typename T > |
constexpr RANGES_INLINE_VAR bool | ranges::is_pipeable_v< T & > |
|
template<typename T > |
constexpr RANGES_INLINE_VAR bool | ranges::is_pipeable_v< T && > |
|