mtl::UnaryFunctor< T > Struct Template Reference
[Concepts]

Concept UnaryFunctor. More...

#include <std_concept.hpp>

Inheritance diagram for mtl::UnaryFunctor< T >:

Inheritance graph
[legend]

List of all members.

Public Types

typedef associated_type result_type
 Result type of operator().

Public Member Functions

result_type operator() (T)
 The unary function.


Detailed Description

template<typename T>
struct mtl::UnaryFunctor< T >

Concept UnaryFunctor.

With concept corresponds to std::Callable1


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





mtl::UnaryFunctor< T > Struct Template Reference -- MTL 4 -- Peter Gottschling and Andrew Lumsdaine -- Generated on 19 May 2009 by Doxygen 1.5.5 -- Copyright 2007 by the Trustees of Indiana University.