Public Types | Public Member Functions

mln::fun::v2v::qt_rgb_to_int_u< n > Struct Template Reference

#include <qt_rgb_to_int_u.hh>

Inheritance diagram for mln::fun::v2v::qt_rgb_to_int_u< n >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2v< void > category
typedef qt_rgb_to_int_u< n > exact_t
typedef void mutable_result
typedef value::int_u< n > result

Public Member Functions

result operator() (const value::qt::rgb32 &c) const

Detailed Description

template<unsigned n>
struct mln::fun::v2v::qt_rgb_to_int_u< n >

Definition at line 47 of file qt_rgb_to_int_u.hh.


Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< qt_rgb_to_int_u< n > >::category [inherited]

Reimplemented from mln::Function< qt_rgb_to_int_u< n > >.

Definition at line 126 of file function.hh.

typedef qt_rgb_to_int_u< n > mln::Object< qt_rgb_to_int_u< n > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< qt_rgb_to_int_u< n > >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<unsigned n>
typedef value::int_u<n> mln::fun::v2v::qt_rgb_to_int_u< n >::result

Definition at line 49 of file qt_rgb_to_int_u.hh.


Member Function Documentation

template<unsigned n>
qt_rgb_to_int_u< n >::result mln::fun::v2v::qt_rgb_to_int_u< n >::operator() ( const value::qt::rgb32 c  )  const