GEOSX
Public Types | Public Member Functions | List of all members
geos::traits::VectorBasedTraits< VECTOR > Struct Template Reference

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.
 

Detailed Description

template<typename VECTOR>
struct geos::traits::VectorBasedTraits< VECTOR >

Traits helper struct templated on the vector type.

Template Parameters
VECTORthe vector type

Suitable for detecting methods that take vectors as input.

Definition at line 36 of file traits.hpp.


The documentation for this struct was generated from the following file: