aGrUM
2.3.2
a C++ library for (probabilistic) graphical models
gum::JointTargettable Concept Reference
#include <
informationTheory.h
>
Concept definition
template
<
typename
T >
concept
JointTargettable
=
requires
(T t,
const
NodeSet
& target) {
{ t.addJointTarget(target) } -> std::same_as< void >;
}
gum::JointTargettable
Definition
informationTheory.h:61
gum::NodeSet
Set< NodeId > NodeSet
Some typdefs and define for shortcuts ...
Definition
graphElements.h:380
Detailed Description
Definition at line
61
of file
informationTheory.h
.