Horizon
Loading...
Searching...
No Matches
Classes | Typedefs | Variables
pipeable.hpp File Reference
#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.

Classes

struct  ranges::make_pipeable_fn
 
struct  ranges::pipeable_access
 
struct  ranges::pipeable_access::impl< Pipeable >
 
struct  ranges::pipeable_base
 

Typedefs

template<typename T >
using ranges::is_pipeable = meta::bool_< is_pipeable_v< T > >
 
using ranges::instead = pipeable_base
 

Variables

template<typename T >
RANGES_INLINE_VAR constexpr bool ranges::is_pipeable_v = META_IS_BASE_OF(pipeable_base, T)
 
template<typename T >
RANGES_INLINE_VAR constexpr bool ranges::is_pipeable_v< T & >
 
template<typename T >
RANGES_INLINE_VAR constexpr bool ranges::is_pipeable_v< T && >