Information
Media
Support
RSS
Other Adobe Projects
Other Resources
|
detail::reduce_copy_pixop_compat< V1, V2, true > Struct Template ReferenceList of all members.
|
Public Types |
typedef reduce_color_spaces<
typename V1::color_space_t,
typename V2::color_space_t
>::first_t | CS1 |
typedef reduce_color_spaces<
typename V1::color_space_t,
typename V2::color_space_t
>::second_t | CS2 |
typedef derived_view_type<
V1, use_default, CS1, use_default,
use_default, boost::mpl::false_
>::type | DV1 |
typedef derived_view_type<
V2, use_default, CS2, use_default,
use_default, boost::mpl::true_
>::type | DV2 |
typedef std::pair< const DV1 *,
const DV2 * > | type |
Detailed Description
template<typename V1, typename V2>
struct detail::reduce_copy_pixop_compat< V1, V2, true >
Definition at line 280 of file reduce.hpp.
|