$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::v2b::always_true< V > Struct Template Reference

#include <mln/fun/v2b/always_true.hh>

Public Member Functions

bool operator() (const V &) const

Public Types

typedef V argument
typedef Function_v2b< void > category
typedef always_true< V > exact_t
typedef void mutable_result
typedef bool result

Detailed Description

template<typename V>
struct mln::fun::v2b::always_true< V >

Functor computing logical-not on a value.

Definition at line 47 of file always_true.hh.

Member Function Documentation

template<typename V >
bool mln::fun::v2b::always_true< V >::operator() ( const V &  ) const

Member Typedef Documentation

template<typename V >
typedef V mln::fun::v2b::always_true< V >::argument

Definition at line 50 of file always_true.hh.

typedef Function_v2b<void> mln::Function_v2b< always_true< V > >::category
inherited

Definition at line 162 of file function.hh.

typedef always_true< V > mln::Object< always_true< V > >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< always_true< V > >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename V >
typedef bool mln::fun::v2b::always_true< V >::result

Definition at line 49 of file always_true.hh.