Wrapper.opBinary

Place XML/HTML code in this wrapper, and write it to the output stream.

  1. void opBinary(void delegate() @(safe) build)
  2. void opBinary(void delegate() @(system) build)
    struct Wrapper
    @system
    void
    opBinary
    (
    string op : "~"
    )
    (
    void delegate
    ()
    @system
    build
    )

Parameters

build void delegate
()
@system

Function to write content inside the wrapper.

Meta