|
CAF
0.17.6
|
Checks wheter F is callable with arguments of types Ts....
More...
#include <type_traits.hpp>
Public Types | |
| using | type = decltype(sfinae< F >(nullptr)) |
Static Public Attributes | |
| static constexpr bool | value = type::value |
Checks wheter F is callable with arguments of types Ts....
1.8.13