std::is_convertible (3) - Linux Manuals
Command to display std::is_convertible
manual in Linux: $ man 3 std::is_convertible
NAME
std::is_convertible< _From, _To > -
SYNOPSIS
Inherits std::integral_constant< bool, __is_convertible_helper< _From, _To >::value >.
Public Types
typedef integral_constant
< bool, __v > type"
typedef bool value_type
Public Member Functions
constexpr operator value_type ()
Static Public Attributes
static constexpr bool value
Detailed Description
template<typename _From, typename _To>struct std::is_convertible< _From, _To >
is_convertible
Definition at line 1317 of file type_traits.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
Pages related to std::is_convertible
- std::is_convertible,std::is_nothrow_convertible (3) - std::is_convertible,std::is_nothrow_convertible
- std::is_const (3) - std::is_const
- std::is_constant_evaluated (3) - std::is_constant_evaluated
- std::is_constructible,std::is_trivially_constructible,std::is_nothrow_constructible (3) - std::is_constructible,std::is_trivially_constructible,std::is_nothrow_constructible
- std::is_constructible (3)
- std::is_compound (3) - std::is_compound
- std::is_copy_assignable,std::is_trivially_copy_assignable, (3) - std::is_copy_assignable,std::is_trivially_copy_assignable,
- std::is_copy_assignable,std::is_trivially_copy_assignable,std::is_nothrow_copy_assignable (3) - std::is_copy_assignable,std::is_trivially_copy_assignable,std::is_nothrow_copy_assignable
- std::is_copy_assignable (3)
- std::is_copy_constructible,std::is_trivially_copy_constructible, (3) - std::is_copy_constructible,std::is_trivially_copy_constructible,
- std::is_copy_constructible,std::is_trivially_copy_constructible,std::is_nothrow_copy_constructible (3) - std::is_copy_constructible,std::is_trivially_copy_constructible,std::is_nothrow_copy_constructible
- std::is_copy_constructible (3)
- std::is_class (3) - std::is_class