Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/
DResult.h494 struct Result::ConstRange : public Result struct
509 ConstRange() : Result(Value) {} in ConstRange() argument
516 friend bool operator<=(Result lhs, ConstRange) { return ConstRange::Includes(lhs); } argument