|
piranha
0.10
|
Type trait for integrable types. More...
#include <piranha/math.hpp>
Inherits piranha::detail::sfinae_types.
Static Public Attributes | |
| static const bool | value = implementation_defined |
| Value of the type trait. | |
Type trait for integrable types.
The type trait will be true if piranha::math::integrate() can be successfully called on instances of type T, false otherwise.
1.8.14