Boost GIL


List of all members
bit_aligned_image4_type< Size1, Size2, Size3, Size4, Layout, Alloc > Struct Template Reference

Returns the type of a four channel bit-aligned image given the bit size of its channels and its layout. More...

#include <metafunctions.hpp>

Inheritance diagram for bit_aligned_image4_type< Size1, Size2, Size3, Size4, Layout, Alloc >:
bit_aligned_image_type< mp11::mp_list_c< unsigned, Size1, Size2, Size3, Size4 >, Layout, std::allocator< unsigned char > >

Additional Inherited Members

- Public Types inherited from bit_aligned_image_type< mp11::mp_list_c< unsigned, Size1, Size2, Size3, Size4 >, Layout, std::allocator< unsigned char > >
using type = image< bit_alignedref_t, false, std::allocator< unsigned char > >
 

Detailed Description

template<unsigned Size1, unsigned Size2, unsigned Size3, unsigned Size4, typename Layout, typename Alloc = std::allocator<unsigned char>>
struct boost::gil::bit_aligned_image4_type< Size1, Size2, Size3, Size4, Layout, Alloc >

Returns the type of a four channel bit-aligned image given the bit size of its channels and its layout.


The documentation for this struct was generated from the following file: