Namespaces
Variants

std:: is_error_condition_enum <std::errc>

From cppreference.net
< cpp ‎ | error ‎ | errc
Utilities library
std::errc
Non-member functions
Helper classes
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
[static]
true
(public static member constant)

メンバ関数

operator bool
オブジェクトを bool に変換し、 value を返す
(public member function)
operator()
(C++14)
value を返す
(public member function)

メンバ型

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

関連項目

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