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

  /external/eigen/unsupported/Eigen/CXX11/src/util/
CXX11Meta.h 300 struct logical_and_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
EmulateCXX11Meta.h 219 struct logical_and_op { struct in namespace:Eigen::internal

Completed in 188 milliseconds