Searched refs:__can_rewrap (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dcopy_move_common.h89 struct __can_rewrap : false_type {}; struct in inherits:false_type
92 struct __can_rewrap<_InIter, struct in inherits:true_type
103 __enable_if_t<__can_rewrap<_InIter, _Sent, _OutIter>::value, int> = 0>
116 __enable_if_t<!__can_rewrap<_InIter, _Sent, _OutIter>::value, int> = 0>

Completed in 108 milliseconds