Home
last modified time | relevance | path

Searched defs:ConstRange (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-2.3.4/CTR_SDK/include/nn/
DResult.h483 struct Result::ConstRange : public Result struct
498 ConstRange() : Result(Value) {} in ConstRange() argument
505 friend bool operator<=(Result lhs, ConstRange) { return ConstRange::Includes(lhs); } argument