fidl::Array
Summary
Public attributes
|
data_[N]
|
T
|
Public static functions
|
size()
|
constexpr size_t
|
Public functions
|
at(size_t offset) const
|
const T &
|
at(size_t offset)
|
T &
|
begin()
|
T *
|
begin() const
|
const T *
|
cbegin() const
|
const T *
|
cend() const
|
const T *
|
data() const
|
const T *
|
data()
|
T *
|
end()
|
T *
|
end() const
|
const T *
|
operator[](size_t offset) const
|
const T &
|
operator[](size_t offset)
|
T &
|
Public types
value_type
T fidl::Array::value_type
Public attributes
data_
T fidl::Array::data_[N]
Public static functions
size
constexpr size_t fidl::Array::size()
Public functions
at
const T & fidl::Array::at(
size_t offset
) const
at
T & fidl::Array::at(
size_t offset
)
begin
T * fidl::Array::begin()
begin
const T * fidl::Array::begin() const
cbegin
const T * fidl::Array::cbegin() const
cend
const T * fidl::Array::cend() const
data
const T * fidl::Array::data() const
data
T * fidl::Array::data()
end
T * fidl::Array::end()
end
const T * fidl::Array::end() const
operator[]
const T & fidl::Array::operator[](
size_t offset
) const
operator[]
T & fidl::Array::operator[](
size_t offset
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-12-14 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-12-14 UTC."],[],[]]