Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Header <boost/proto/functional/std/utility.hpp>

Defines Proto callables boost::proto::functional::make_pair, boost::proto::functional::first and boost::proto::functional::second.

namespace boost {
  namespace proto {
    namespace functional {
      struct make_pair;
      struct first;
      struct second;
    }
  }
}

PrevUpHomeNext