@Name(value="boost::optional<double>")
public static class OptionalUtils.OptionalDouble
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
OptionalDouble() |
| Modifier and Type | Method and Description |
|---|---|
double |
getDouble()
Get double from the optional.
|
boolean |
isPresent()
To check if the data is present.
|
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, zero@Name(value="get") public double getDouble()
isPresent().@Name(value="is_initialized") @Cast(value="bool") public boolean isPresent()
Copyright © 2016. All rights reserved.