// Copyright (C) 2009-2012 Lorenzo Caminiti
// Distributed under the Boost Software License, Version 1.0
// (see accompanying file LICENSE_1_0.txt or a copy at
// http://www.boost.org/LICENSE_1_0.txt)
// Home at http://www.boost.org/libs/functional/overloaded_function
//[identity_typeof
//]
//[identity_decls
const std::string&
int
int = identity_i_impl; // Function reference.
double
boost::function<double > identity_d = identity_d_impl; // Functor.
//]
// #include guard