GEOS
|
Traits helper struct templated on the vector type. More...
#include <traits.hpp>
Public Types | |
using | Vector = VECTOR |
Alias for vector type. | |
Public Member Functions | |
HAS_MEMBER_FUNCTION_NO_RTYPE (applyTranspose, std::declval< Vector >(), std::declval< Vector >()) | |
Trait for detecting applyTranspose() method on a class. | |
Traits helper struct templated on the vector type.
VECTOR | the vector type |
Suitable for detecting methods that take vectors as input.
Definition at line 37 of file traits.hpp.