Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::bit_aligned_image1_type< Size1, Layout, Alloc > Struct Template Reference

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

#include <metafunctions.hpp>

Inheritance diagram for boost::gil::bit_aligned_image1_type< Size1, Layout, Alloc >:
Collaboration diagram for boost::gil::bit_aligned_image1_type< Size1, Layout, Alloc >:

Public Types

typedef image
< bit_alignedref_t, false,
Alloc > 
type
 

Detailed Description

template<unsigned Size1, typename Layout, typename Alloc = std::allocator<unsigned char>>
struct boost::gil::bit_aligned_image1_type< Size1, Layout, Alloc >

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

Member Typedef Documentation

typedef image<bit_alignedref_t,false,Alloc> boost::gil::bit_aligned_image_type< mpl::vector1_c< unsigned, Size1 > , Layout, Alloc >::type
inherited

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