void VectorImpl::_do_construct(void* storage, size_t num) const
{
    if (!(mFlags & HAS_TRIVIAL_CTOR)) {
        do_construct(storage, num);
    }
}
示例#2
0
ArpBaseLayout::ArpBaseLayout()
	: constraints(B_SIMPLE_DATA)
{
	do_construct();
}