First time here? Check out the FAQ!
answered 2014-09-10 02:59:55 -0600
it is not possible from the create function.
but you can do:
matcher->set("crossCheck", true);
or:
matcher->setBool("crossCheck", true);