FlatBufferBuilder.add

Adds a scalar to the buffer, properly aligned, and the buffer grown if needed.

  1. void add(T x)
    class FlatBufferBuilder
    void
    add
    (
    T
    )
    (
    T x
    )
    if (
    is(T == bool) ||
    isNumeric!T
    )
  2. void add(size_t o, T x, T d)
  3. void add(size_t o, T x, T d)

Meta