ocean.core.StructConverter

Struct Converter functions

Functions to make converting an instance to a similar but not equal type easier.

Members

Functions

structConvert
void structConvert(From from, To to, void[] delegate(size_t) requestBuffer)

Copies members of the same name from <From> to <To>.

testAlloc
void[] testAlloc(size_t s)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

A
struct A
Undocumented in source.
B
struct B
Undocumented in source.
C
struct C
Undocumented in source.
Test
struct Test(ubyte Ver)
Undocumented in source.

Meta

License

Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).