51#ifndef DOXYGEN_SHOULD_SKIP_THIS
65 IContinuousVariable::IContinuousVariable(
const IContinuousVariable& from) =
default;
69 IContinuousVariable::IContinuousVariable(IContinuousVariable&& from) :
70 Variable(
std::move(from)) {}
74 IContinuousVariable::~IContinuousVariable() =
default;
77 INLINE IContinuousVariable& IContinuousVariable::operator=(
const IContinuousVariable& from)
81 INLINE IContinuousVariable& IContinuousVariable::operator=(IContinuousVariable&& from) {
82 Variable::operator=(std::move(from));
Header of IContinuousVariable.
IContinuousVariable(std::string_view aName, std::string_view aDesc)
Default constructor.
Base class for every random variable.
gum is the global namespace for all aGrUM entities