SymEngine C++ API
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Enumerations
Enumerator
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
x
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
z
~
Variables
b
c
d
h
i
n
r
t
x
Related Functions
Files
File List
Globals
All
Macros
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Friends
Macros
Pages
SymEngine
is_base_of_multiple
Static Public Attributes
SymEngine::is_base_of_multiple< Derived, First, Rest > Struct Template Reference
Static Public Attributes
static const bool
value
Detailed Description
template<typename Derived, typename First, typename... Rest>
struct SymEngine::is_base_of_multiple< Derived, First, Rest >
Definition at line
269
of file
visitor.h
.
Field Documentation
◆
value
template<typename Derived , typename First , typename... Rest>
const bool
SymEngine::is_base_of_multiple
< Derived, First, Rest >::value
static
Initial value:
=
std::is_base_of<First, Derived>::value
or is_base_of_multiple<Derived, Rest...>::value
std::is_base_of
Code
Definition at line
270
of file
visitor.h
.
The documentation for this struct was generated from the following file:
/home/runner/work/symengine/symengine/symengine/
visitor.h