Loading [MathJax]/extensions/tex2jax.js
CTRE Phoenix 6 C++
25.0.0-beta-4
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
i
k
l
m
n
p
r
s
t
u
v
Functions
a
c
e
f
g
i
l
m
n
r
s
t
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
c
d
e
i
m
o
p
r
s
t
v
w
Enumerations
Related Symbols
h
o
s
Files
File List
File Members
All
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
“
Functions
a
c
f
i
l
o
t
Variables
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
“
Typedefs
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
Static Public Attributes
|
List of all members
ctre::phoenix6::swerve::detail::is_container< C, U > Struct Template Reference
#include <
ctre/phoenix6/swerve/utility/span.hpp
>
Static Public Attributes
static constexpr bool
value
Member Data Documentation
◆
value
template<typename C , typename U = uncvref_t<C>>
constexpr bool
ctre::phoenix6::swerve::detail::is_container
< C, U >::value
static
constexpr
Initial value:
=
!is_span<U>::value && !is_std_array<U>::value &&
!std::is_array<U>::value && has_size_and_data<C>::value
The documentation for this struct was generated from the following file:
ctre/phoenix6/swerve/utility/
span.hpp
ctre
phoenix6
swerve
detail
is_container
Generated by
1.10.0