NoGcExceptionCtors.this

Undocumented in source.
  1. this(Args args, string file, size_t line)
  2. this(Allocator allocator, Args args, string file, size_t line)
    mixintemplate NoGcExceptionCtors()
    this
    (
    Args...
    )
    (
    Allocator allocator
    ,
    auto ref Args args
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
    if (
    !anySatisfy!(isDummy, Args)
    )
  3. this(Dummy _, string file, size_t line, Args args)

Meta