HomeSort by relevance Sort by last modified time
    Searched full:has_append (Results 1 - 1 of 1) sorted by null

  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/
path.append.pass.cpp 252 constexpr bool has_append(int) { return true; } function
254 constexpr bool has_append(long) { return false; } function
262 constexpr bool has_append() { function
263 static_assert(has_append<It>(0) == has_append_op<It>(0), "must be same");
264 return has_append<It>(0) && has_append_op<It>(0);
272 static_assert(has_append<It>(), "");
276 static_assert(has_append<It>(), "");
287 static_assert(has_append<It>(), "");
291 static_assert(!has_append<It>(), "");
295 static_assert(!has_append<int*>(), "")
    [all...]

Completed in 405 milliseconds