Struct unbound_parameter

Inheritance Relationships

Derived Type

Struct Documentation

struct Acts::unbound_parameter

type for parameters with unrestricted value range

Subclassed by Acts::local_parameter

Public Static Functions

template<typename T>
T getDifference(const T &first, const T &second)
template<typename T>
T getValue(const T &input)

retrieve value for unconstrained parameter value ranges

Return

identical input parameter value

Template Parameters
  • T: type of the input parameter

Parameters
  • input: input parameter value

Public Static Attributes

constexpr bool may_modify_value{false}

parameter values need no adjustment