5#ifndef BALL_CONCEPT_BASEFUNCTOR_H
6#define BALL_CONCEPT_BASEFUNCTOR_H
8#ifndef BALL_COMMON_GLOBAL_H
24 template <
class ArgumentType,
class ResultType>
63 template <
class FirstArgumentType,
class SecondArgumentType,
class ResultType>
const ArgumentType & const_argument_reference
ArgumentType & argument_reference
const ArgumentType * const_argument_pointer
ArgumentType argument_type
ArgumentType * argument_pointer
const FirstArgumentType * const_first_argument_pointer
FirstArgumentType & first_argument_reference
const SecondArgumentType * const_second_argument_pointer
SecondArgumentType * second_argument_pointer
const FirstArgumentType & const_first_argument_reference
FirstArgumentType * first_argument_pointer
FirstArgumentType first_argument_type
const SecondArgumentType & const_second_argument_reference
SecondArgumentType second_argument_type
SecondArgumentType & second_argument_reference