Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Variables
c
d
e
f
g
i
k
l
m
n
o
r
s
t
z
+
Typedefs
a
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
y
z
Enumerations
+
Enumerator
k
l
p
s
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
+
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
Enumerations
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
x
z
+
Related Functions
a
b
c
e
f
h
i
m
o
p
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
x
+
Functions
_
a
c
g
m
n
r
s
t
v
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
Typedefs
Enumerations
Enumerator
+
Macros
_
a
c
d
e
f
g
h
i
l
n
p
r
s
t
u
x
absl
FixedArray
StorageElementWrapper
Public Attributes
|
List of all members
absl::FixedArray< T, N, A >::StorageElementWrapper< OuterT, InnerT, InnerN > Struct Template Reference
Public Attributes
InnerT
array
[InnerN]
Detailed Description
template<typename T, size_t N = kFixedArrayUseDefault, typename A = std::allocator<T>>
template<typename OuterT = value_type, typename InnerT = absl::remove_extent_t<OuterT>, size_t InnerN = std::extent<OuterT>::value>
struct absl::FixedArray< T, N, A >::StorageElementWrapper< OuterT, InnerT, InnerN >
Definition at line
392
of file
fixed_array.h
.
Member Data Documentation
◆
array
template<typename T, size_t N = kFixedArrayUseDefault, typename A = std::allocator<T>>
template<typename OuterT = value_type, typename InnerT = absl::remove_extent_t<OuterT>, size_t InnerN = std::extent<OuterT>::value>
InnerT
absl::FixedArray
< T, N, A >::
StorageElementWrapper
< OuterT, InnerT, InnerN >::array[InnerN]
Definition at line
393
of file
fixed_array.h
.
The documentation for this struct was generated from the following file:
fixed_array.h
abseil_cpp
Author(s):
autogenerated on Mon Feb 28 2022 21:31:22