#include <Difference.h>
Public Types | |
typedef Sum< A, typename Minus < B >::type >::type | type |
Static Public Member Functions | |
static type | combine (const A &a, const B &b) |
Definition at line 9 of file Difference.h.
typedef Sum<A, typename Minus<B>::type>::type funct::Difference< A, B >::type |
Definition at line 10 of file Difference.h.
|
inlinestatic |