Template Class IntegerInterval¶
Defined in File IntegerInterval.hpp
Class Documentation¶
-
template<typename IntegerType>
class IntegerInterval¶ Define integer interval [min_, max_)
Public Functions
-
inline constexpr IntegerInterval(IntegerType min, IntegerType max)¶
-
inline bool operator()(IntegerType test_val) const¶
-
inline IntegerType min() const¶
-
inline IntegerType max() const¶
-
inline constexpr IntegerInterval(IntegerType min, IntegerType max)¶
api/classPennylane_1_1LightningQubit_1_1Util_1_1IntegerInterval
Download Python script
Download Notebook
View on GitHub