![]() |
Blaze
3.6
|
Availability of the atan2() operation for the given data types.This type trait provides the information whether the atan2() operation exists for the two given data types T1 and T2 (taking the cv-qualifiers into account). In case the operation is available, the value member constant is set to true, the nested type definition Type is TrueType, and the class derives from TrueType. Otherwise value is set to false, Type is FalseType, and the class derives from FalseType. More...
#include <HasAtan2.h>
Inherits HasAtan2Helper< T1, T2 >.
Availability of the atan2() operation for the given data types.
This type trait provides the information whether the atan2() operation exists for the two given data types T1 and T2 (taking the cv-qualifiers into account). In case the operation is available, the value member constant is set to true, the nested type definition Type is TrueType, and the class derives from TrueType. Otherwise value is set to false, Type is FalseType, and the class derives from FalseType.