Dune Core Modules (2.7.1)

Dune::Std::is_callable< D, R > Struct Template Reference

Traits class to check if function is callable. More...

Detailed Description

template<class D, class R = void>
struct Dune::Std::is_callable< D, R >

Traits class to check if function is callable.

Template Parameters
DFunction descriptor
RReturn value

If D = F(Args...) this checks if F can be called with an argument list of type Args..., and if the return value can be converted to R. If R is void, any return type is accepted. The result is encoded by deriving from std::integral_constant<bool, result>.

If D is not of the form D = F(Args...) this class is not defined.

This implements std::is_callable as proposed in N4446 for C++17.


The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 29, 22:29, 2024)