Home
last modified time | relevance | path

Searched refs:META_IS_BASE_OF (Results 1 – 8 of 8) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/range/v3/functional/
H A Dpipeable.hpp34 RANGES_INLINE_VAR constexpr bool is_pipeable_v = META_IS_BASE_OF(pipeable_base, T);
37 RANGES_INLINE_VAR constexpr bool is_pipeable_v<T &> = META_IS_BASE_OF(pipeable_base,
40 RANGES_INLINE_VAR constexpr bool is_pipeable_v<T &&> = META_IS_BASE_OF(pipeable_base,
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/functional/
H A Dpipeable.hpp34 RANGES_INLINE_VAR constexpr bool is_pipeable_v = META_IS_BASE_OF(pipeable_base, T);
37 RANGES_INLINE_VAR constexpr bool is_pipeable_v<T &> = META_IS_BASE_OF(pipeable_base,
40 RANGES_INLINE_VAR constexpr bool is_pipeable_v<T &&> = META_IS_BASE_OF(pipeable_base,
/dports/devel/range-v3/range-v3-0.11.0/include/meta/
H A Dmeta_fwd.hpp178 #define META_IS_BASE_OF(...) __is_base_of(__VA_ARGS__) macro
180 #define META_IS_BASE_OF(...) std::is_base_of_v<__VA_ARGS__> macro
182 #define META_IS_BASE_OF(...) std::is_base_of<__VA_ARGS__>::value macro
H A Dmeta.hpp3128 struct in_<list<Set...>, T> : bool_<META_IS_BASE_OF(id<T>, inherit<list<id<Set>...>>)>
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/meta/
H A Dmeta_fwd.hpp179 #define META_IS_BASE_OF(...) __is_base_of(__VA_ARGS__) macro
181 #define META_IS_BASE_OF(...) std::is_base_of_v<__VA_ARGS__> macro
183 #define META_IS_BASE_OF(...) std::is_base_of<__VA_ARGS__>::value macro
H A Dmeta.hpp3135 struct in_<list<Set...>, T> : bool_<META_IS_BASE_OF(id<T>, inherit<list<id<Set>...>>)>
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/concepts/
H A Dconcepts.hpp884 META_IS_BASE_OF(U, T) &&
/dports/devel/range-v3/range-v3-0.11.0/include/concepts/
H A Dconcepts.hpp878 META_IS_BASE_OF(U, T) &&