std::is_error_condition_enum<std::errc>
提供: cppreference.com
ヘッダ <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> |
[編集] 関連項目
(C++11) |
std::error_condition としての列挙型を識別します (クラステンプレート) |