英語版
このページの英語版を見る
core.stdcpp.utility
Microsoft C++と相互作用するためのDヘッダファイル
License:
Distributed under the
Boost Software License 1.0.
(See accompanying file LICENSE)
Authors:
Manu Evans
- struct
pair
(T1, T2); - C++のstd::pairに相当するD言語。
- alias
first_type
= T1; - alias
second_type
= T2; - T1
first
; - T2
second
;
Copyright © 1999-2024 by the D Language Foundation
DEEPL APIにより翻訳、ところどころ修正。
このページの最新版(英語)
このページの原文(英語)
翻訳時のdmdのバージョン: 2.108.0
ドキュメントのdmdのバージョン: 2.109.1
翻訳日付 :
HTML生成日時:
編集者: dokutoku