名前空間
変種
操作

std::is_error_condition_enum<std::errc>

提供: cppreference.com
< cpp‎ | error‎ | errc
 
 
ユーティリティライブラリ
汎用ユーティリティ
日付と時間
関数オブジェクト
書式化ライブラリ (C++20)
(C++11)
関係演算子 (C++20で非推奨)
整数比較関数
(C++20)
スワップと型操作
(C++14)
(C++11)
(C++11)
(C++11)
(C++17)
一般的な語彙の型
(C++11)
(C++17)
(C++17)
(C++17)
(C++17)

初等文字列変換
(C++17)
(C++17)
 
 
std::errc
非メンバ関数
ヘルパークラス
is_error_condition_enum
 
ヘッダ <system_error> で定義
template<>
struct is_error_condition_enum<std::errc> : std::true_type;
(C++11以上)

std::errc がエラーコンディションの列挙型であることを表します。 これは std::error_condition への暗黙の変換を有効化します。

目次

std::integral_constant から継承

メンバ定数

value
[静的]
true
(パブリック静的メンバ定数)

メンバ関数

operator bool
オブジェクトを bool に変換します。 value を返します
(パブリックメンバ関数)
operator()
(C++14)
value を返します
(パブリックメンバ関数)

メンバ型

定義
value_type bool
type std::integral_constant<bool, value>

[編集] 関連項目

std::error_condition としての列挙型を識別します
(クラステンプレート) [edit]