This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | skeleton |
Classes | |
struct | skeleton::unary_function< Arg, Res > |
struct | skeleton::unary_ptr_function< Arg, Arg2 > |
struct | skeleton::binary_function< Arg, Arg2, Res > |
struct | skeleton::binary_ptr_function< Arg, Arg2, Arg3 > |
struct | skeleton::ternary_function< Arg1, Arg2, Arg3, Res > |
struct | skeleton::Id< Arg > |
struct | skeleton::Snd< Arg > |
Functions | |
template<typename F> | |
Id< typename F::result_type > | skeleton::make_id (const F &f) |
template<typename F> | |
Snd< typename F::result_type > | skeleton::make_snd (const F &f) |
Definition in file functions.h.