Home
last modified time | relevance | path

Searched refs:ChannelRefs (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/gil/
Dpacked_pixel.hpp48 template <typename BitField, typename ChannelRefs, typename Layout>
54 using value_type = packed_pixel<BitField, ChannelRefs, Layout>;
59 channel_traits<mp11::mp_front<ChannelRefs>>::is_mutable;
195 template <typename BitField, typename ChannelRefs, typename Layout, int K>
196 struct kth_element_type<packed_pixel<BitField, ChannelRefs, Layout>, K>
198 using type = typename channel_traits<mp11::mp_at_c<ChannelRefs, K>>::value_type;
201 template <typename BitField, typename ChannelRefs, typename Layout, int K>
202 struct kth_element_reference_type<packed_pixel<BitField, ChannelRefs, Layout>, K>
204 using type = typename channel_traits<mp11::mp_at_c<ChannelRefs, K>>::reference;
207 template <typename BitField, typename ChannelRefs, typename Layout, int K>
[all …]
Dmetafunctions.hpp24 template <typename BitField,typename ChannelRefs,typename Layout> struct packed_pixel;
/third_party/boost/boost/gil/extension/toolbox/metafunctions/
Dchannel_type.hpp68 , typename ChannelRefs
72 , ChannelRefs
76 , ChannelRefs
81 , ChannelRefs
/third_party/boost/libs/gil/test/
Dtest_utility_output_stream.hpp104 template <typename BitField, typename ChannelRefs, typename Layout>
105 std::ostream& operator<<(std::ostream& os, packed_pixel<BitField, ChannelRefs, Layout> const& p) in operator <<() argument
109 << ",\n\tChannelRefs=" << boost::core::demangled_name(typeid(ChannelRefs)) in operator <<()