Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.16 KB

op.second.rst

File metadata and controls

50 lines (32 loc) · 1.16 KB

second 構造体テンプレート

概要

// ヘッダ:<boost/xpressive/regex_actions.hpp>

struct :cpp~op::second {

// メンバクラス、構造体、共用体 template<typename Sig> struct :cpp!result { }; template<typename This, typename Pair> struct :cpp!result<This(Pair)> { // 型 typedef remove_reference< Pair >::type::second_type :cpp!result; };

// 公開メンバ関数 <op.second.public-member-functions> template<typename Pair> Pair::second_type :cppoperator()(Pair const &) const;

};

説明

second 公開メンバ関数

param p

第 2 要素にアクセスする対象の組。

returns

:cppp.second