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