WPILibC++
2018.4.1-20180730003225-1150-g0a0d924
|
Binary functor that adapts to any other binary functor after dereferencing operands. More...
#include <STLExtras.h>
Public Member Functions | |
template<typename A , typename B > | |
auto | operator() (A &lhs, B &rhs) const -> decltype(func(*lhs,*rhs)) |
Public Attributes | |
T | func |
Binary functor that adapts to any other binary functor after dereferencing operands.