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

Determines whether the given pixel reference is a proxy class or a native C++ reference. More...

#include <metafunctions.hpp>

Inheritance diagram for boost::gil::pixel_reference_is_proxy< PixelReference >:
Collaboration diagram for boost::gil::pixel_reference_is_proxy< PixelReference >:

Public Types

typedef integral_c_tag tag
 
typedef bool_ type
 
typedef bool value_type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=C_)
 
BOOST_CONSTEXPR operator bool () const
 

Detailed Description

template<typename PixelReference>
struct boost::gil::pixel_reference_is_proxy< PixelReference >

Determines whether the given pixel reference is a proxy class or a native C++ reference.

Member Typedef Documentation

typedef integral_c_tag bool_< C_ >::tag
inherited
typedef bool_ bool_< C_ >::type
inherited
typedef bool bool_< C_ >::value_type
inherited

Member Function Documentation

bool_< C_ >::BOOST_STATIC_CONSTANT ( bool  ,
value  = C_ 
)
inherited
BOOST_CONSTEXPR bool_< C_ >::operator bool ( ) const
inlineinherited

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