The OpenD Programming Language

FileMembers.opBinary

  1. ref opBinary(T value)
    template opBinary(string op : "<<")
    ref scope return
    opBinary
    (
    T
    )
    (
    auto ref const T value
    )
  2. ref opBinary(NewLine endl)

Members

Functions

opBinary
ref opBinary(T value)
opBinary
ref opBinary(NewLine endl)

Prints new line and flushes the stream

Meta