HomeSort by relevance Sort by last modified time
    Searched refs:logical_or_op (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/util/
EmulateCXX11Meta.h 222 struct logical_or_op { struct in namespace:Eigen::internal
CXX11Meta.h 301 struct logical_or_op { template<typename A, typename B> constexpr static inline auto run(A a, B b) -> decltype(a || b) { return a || b; } }; struct in namespace:Eigen::internal

Completed in 195 milliseconds