OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:not_op
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/Eigen/CXX11/src/util/
EmulateCXX11Meta.h
246
struct
not_op
{
struct in namespace:Eigen::internal
CXX11Meta.h
312
struct
not_op
{ template<typename A> constexpr static inline auto run(A a) -> decltype(!a) { return !a; } };
Completed in 580 milliseconds