Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/
Dsource.pass.cpp174 constexpr bool has_assign(int) { return true; } in has_assign() function
176 constexpr bool has_assign(long) { return false; } in has_assign() function
178 constexpr bool has_assign() { return has_assign<It>(0); } in has_assign() function