LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
Guesses the result type of the binary operator OP
given arguments of type T1
and T2
.
More...
#include <Vectorize.h>
Public Types | |
typedef std::conditional< IsIndexable< T1 >::value or IsIndexable< T2 >::value, boost::numeric::ublas::vector< typename OP::result_type >, typename OP::result_type >::type | type |
Guesses the result type of the binary operator OP
given arguments of type T1
and T2
.