piranha
0.10
|
Type trait to detect piranha::math::sin(). More...
#include <piranha/math.hpp>
Inherits piranha::detail::sfinae_types.
Static Public Attributes | |
static const bool | value = std::is_same<decltype(test(std::declval<T>())), yes>::value |
Value of the type trait. | |
Type trait to detect piranha::math::sin().
The type trait will be true
if piranha::math::sin() can be used on instances of type T
, false
otherwise.