Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.concat.pass.cpp274 constexpr bool has_concat_op(int) { return true; } in has_concat_op() function
276 constexpr bool has_concat_op(long) { return false; } in has_concat_op() function
278 constexpr bool has_concat_op() { return has_concat_op<It>(0); } in has_concat_op() function