Home
last modified time | relevance | path

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

/minix3/external/bsd/libc++/dist/libcxx/test/support/
H A Dis_transparent.h59 struct C2Int { // comparable to int struct
60 C2Int() : i_(0) {} in C2Int() function
61 C2Int(int i): i_(i) {} in C2Int() function
67 bool operator <(int rhs, const C2Int& lhs) { return rhs < lhs.get(); } argument