assertOp

Test helper. Asserts that a op b, and includes the values in the error message.

template assertOp(string op)
void
assertOp
(
A
B
)
(
auto ref A a
,
auto ref B b
,
string file = __FILE__
,
int line = __LINE__
)

Members

Functions

assertOp
void assertOp(A a, B b, string file, int line)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta