| 
    rippled
    
   | 
 
Check a set of conditions. More...
#include <require.h>

Public Member Functions | |
| template<class... Args> | |
| require (Args const &... args) | |
| void | operator() (Env &, JTx &jt) const | 
Private Attributes | |
| require_t | cond_ | 
Check a set of conditions.
The conditions are checked after a JTx is applied, and only if the resulting TER matches the expected TER.
| ripple::test::jtx::require::require | ( | Args const &... | args | ) |