Карта сайта Kansoftware
НОВОСТИУСЛУГИРЕШЕНИЯКОНТАКТЫ
Разработка программного обеспечения

Struct make_pair

Boost , The Boost C++ Libraries BoostBook Documentation Subset , Reference

Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Struct make_pair

boost::proto::functional::make_pair — A PolymorphicFunctionObject type that invokes std::make_pair() on its arguments.

Synopsis

// In header: <boost/proto/functional/std/utility.hpp>

struct make_pair :  proto::callable {
  // member classes/structs/unions
  template<typename This, typename First, typename Second> 
  struct result<This(First, Second)> {
    // types
    typedef std::pair<
        typename boost::remove_const<typename boost::remove_reference<First>::type>::type
      , typename boost::remove_const<typename boost::remove_reference<Second>::type>::type
    > type;
  };
  // public member functions
  template<typename First, typename Second> 
    typename std::pair< First, Second > 
    operator()(First const &, Second const &) const;
};

Description

Полиморфная функция, в котором<std::make_pair()>приводит аргументы.

make_pair public member functions

  1. <
    template<typenameFirst,typenameSecond>
     typenamestd::pair<First,Second>
     operator()(Firstconst&first,Secondconst&second)const;
    >

    Возвращение:

    <std::make_pair(first, second)>


PrevUpHomeNext

Статья Struct make_pair раздела The Boost C++ Libraries BoostBook Documentation Subset Reference может быть полезна для разработчиков на c++ и boost.




Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.



:: Главная :: Reference ::


реклама


©KANSoftWare (разработка программного обеспечения, создание программ, создание интерактивных сайтов), 2007
Top.Mail.Ru

Время компиляции файла: 2024-08-30 11:47:00
2025-07-05 10:16:45/0.0060110092163086/0