Search Results

phobos
std.​conv.​emplace

Given a raw memory area chunk, constructs an object of class type T at that address. The constructor is passed the arguments Args.

druntime
core.​stdcpp.​vector.​vector.​emplace
Undocumented in source. Be warned that the author may not have intended to support it.
druntime
core.​lifetime.​emplace

Given a raw memory area chunk, constructs an object of non-class type T at that address. The constructor is passed the arguments args, if any. Preconditions: chunk must be at least as large as T needs and should have an alignment multiple of T's alignment. Note: This function can be @trusted if the corresponding constructor of T is @safe.

tanya
tanya.​memory.​lifetime.​emplace

Constructs a new object of type T in memory with the given arguments.

geario
geario.​util.​ThreadPool.​ThreadPool.​Emplace
Undocumented in source. Be warned that the author may not have intended to support it.
btl
btl.​vector.​Vector.​Vector.​emplace

Inserts a new element into the container directly before pos or ptr.