|
My Project
|
If the provided args form a callable, and is convertible to "R", provides the member constant value equal to true. Otherwise the member constant value is false. More...
#include <is_invocable_r.hpp>
Inherits bsl::integral_constant< T, v >.
Additional Inherited Members | |
Public Types inherited from bsl::integral_constant< T, v > | |
| using | type = integral_constant< T, v > |
| provides the member typedef "type" | |
| using | value_type = T |
| provides the member typedef "value_type" | |
Static Public Attributes inherited from bsl::integral_constant< T, v > | |
| static constexpr value_type | value {v} |
| the type T that stores the integral constant | |
If the provided args form a callable, and is convertible to "R", provides the member constant value equal to true. Otherwise the member constant value is false.
| R | the type that "FUNC" should be convertible to |
| FUNC | the type that defines the function being called |
| TN | the types that define the arguments passed to the provided function when called. |
1.8.15