@NoOffset @Name(value="std::optional<std::vector<size_t> >") @Properties(inherit=torch.class) public class SizeTVectorOptional extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
SizeTVectorOptional() |
SizeTVectorOptional(Pointer p)
Pointer cast constructor.
|
SizeTVectorOptional(SizeTVector value) |
Modifier and Type | Method and Description |
---|---|
SizeTVector |
get() |
boolean |
has_value() |
SizeTVectorOptional |
put(SizeTVector value) |
SizeTVectorOptional |
put(SizeTVectorOptional 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 SizeTVectorOptional(Pointer p)
Pointer(Pointer)
.public SizeTVectorOptional(SizeTVector value)
public SizeTVectorOptional()
@Name(value="operator =") @ByRef public SizeTVectorOptional put(@ByRef SizeTVectorOptional x)
public boolean has_value()
public void reset()
@ValueSetter public SizeTVectorOptional put(@Cast(value="std::vector<size_t>*") @ByRef SizeTVector value)
Copyright © 2024. All rights reserved.