Skip to main content

|

Symbol of StateInfo.

Overloads

NameDescription
(const StateInfo lhs | as_complex right_option) -> StateInfoCombines two compatible StateInfo options.
(const StateInfo lhs | as_real right_option) -> StateInfoCombines two compatible StateInfo options.
(const StateInfo lhs | const StateInfo right_option) -> StateInfoCombines two compatible StateInfo options.

(const StateInfo lhs | as_complex right_option) -> StateInfo

Combines two compatible StateInfo options.

Parameters

  • lhs: Left-hand side value.
  • right_option: The StateInfo option on the right of the | operator.

Returns

The combination of the two provided options (left_option | right_option).

(const StateInfo lhs | as_real right_option) -> StateInfo

Combines two compatible StateInfo options.

Parameters

  • lhs: Left-hand side value.
  • right_option: The StateInfo option on the right of the | operator.

Returns

The combination of the two provided options (left_option | right_option).

(const StateInfo lhs | const StateInfo right_option) -> StateInfo

Combines two compatible StateInfo options.

Parameters

  • lhs: Left-hand side value.
  • right_option: The StateInfo option on the right of the | operator.

Returns

The combination of the two provided options (left_option | right_option).