Logo MTL4
Public Types
mtl::StaticBinaryFunctor< T > Struct Template Reference

Concept/Type-trait for static binary functors. More...

#include <static_functor.hpp>

List of all members.

Public Types

typedef T::first_argument_type first_argument_type
 Associated type for 1st argument, by default set to class's internal typedef (specialize if not present)
typedef T::second_argument_type second_argument_type
 Associated type for 2nd argument, by default set to class's internal typedef (specialize if not present)
typedef T::result_type result_type
 Associated type for result, by default set to class's internal typedef (specialize if not present)

Detailed Description

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

Concept/Type-trait for static binary functors.

This name is overloaded: when MTL4 is compiled with a concept-compiler StaticBinaryFunctor is a concept otherwise a type-trait.


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


mtl::StaticBinaryFunctor< T > Struct Template Reference -- MTL 4 -- Peter Gottschling and Andrew Lumsdaine -- Gen. with rev. 7542 on Sat Aug 11 2012 by doxygen 1.7.6.1 -- © 2010 by SimuNova UG.