|
Krita Source Code Documentation
|
#include <KisMpl.h>
Public Member Functions | |
| template<typename Object > | |
| bool | operator() (const MemType &lhs, Object &&rhs) const |
| template<typename Object > | |
| bool | operator() (Object &&lhs, const MemType &rhs) const |
| template<typename Object > | |
| bool | operator() (Object &&lhs, Object &&rhs) const |
Public Attributes | |
| PtrType | ptr |
|
inline |
Definition at line 180 of file KisMpl.h.
References kismpl::detail::mem_compare< Op, Class, MemType, PtrType >::ptr.
|
inline |
Definition at line 173 of file KisMpl.h.
References kismpl::detail::mem_compare< Op, Class, MemType, PtrType >::ptr.
|
inline |
Definition at line 166 of file KisMpl.h.
References kismpl::detail::mem_compare< Op, Class, MemType, PtrType >::ptr.
| PtrType kismpl::detail::mem_compare< Op, Class, MemType, PtrType >::ptr |