NegateContext constructor

NegateContext(
  1. UnaryContext ctx
)

Implementation

NegateContext(UnaryContext ctx) {
  copyFrom(ctx);
}