Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
i
j
m
n
o
p
r
s
t
u
x
+
Functions
a
b
c
d
e
i
j
m
o
p
r
s
t
u
x
Variables
Typedefs
Enumerations
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
x
+
Variables
a
c
f
h
i
k
l
m
n
o
p
r
s
t
x
Typedefs
Related Functions
+
Files
File List
+
File Members
All
Functions
Macros
Static Public Attributes
|
List of all members
classdesc::is_container< T > Struct Template Reference
determines if T is a container
More...
#include <
classdesc.h
>
Collaboration diagram for classdesc::is_container< T >:
Static Public Attributes
static const bool
value
Detailed Description
template<class T>
struct classdesc::is_container< T >
determines if T is a container
Member Data Documentation
◆
value
template<class T >
const bool
classdesc::is_container
< T >::value
static
Initial value:
=
is_sequence<T>::value||is_associative_container<T>::value
The documentation for this struct was generated from the following file:
include/
classdesc.h
classdesc
is_container
Generated by
1.8.13