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 D | pipeable.hpp | 34 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 D | pipeable.hpp | 34 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 D | meta_fwd.hpp | 178 #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 D | meta.hpp | 3128 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 D | meta_fwd.hpp | 179 #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 D | meta.hpp | 3135 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 D | concepts.hpp | 884 META_IS_BASE_OF(U, T) &&
|
/dports/devel/range-v3/range-v3-0.11.0/include/concepts/ |
H A D | concepts.hpp | 878 META_IS_BASE_OF(U, T) &&
|