Home
last modified time | relevance | path

Searched refs:__condition__ (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorMacros.h43 #define EIGEN_SFINAE_ENABLE_IF( __condition__ ) \ argument
44 typename internal::enable_if< ( __condition__ ) , int >::type = 0