@NoOffset @Name(value="std::optional<std::vector<double> >") @Properties(inherit=torch.class) public class DoubleVectorOptional extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
DoubleVectorOptional() |
DoubleVectorOptional(DoubleVector value) |
DoubleVectorOptional(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
DoubleVector |
get() |
boolean |
has_value() |
DoubleVectorOptional |
put(DoubleVector value) |
DoubleVectorOptional |
put(DoubleVectorOptional x) |
void |
reset() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public DoubleVectorOptional(Pointer p)
Pointer(Pointer)
.public DoubleVectorOptional(DoubleVector value)
public DoubleVectorOptional()
@Name(value="operator =") @ByRef public DoubleVectorOptional put(@ByRef DoubleVectorOptional x)
public boolean has_value()
public void reset()
@ValueSetter public DoubleVectorOptional put(@Cast(value="std::vector<double>*") @ByRef DoubleVector value)
Copyright © 2024. All rights reserved.