Home
last modified time | relevance | path

Searched refs:HasCtors (Results 1 – 1 of 1) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DTryTest.cpp40 class HasCtors { class
42 explicit HasCtors(int) noexcept(Nothrow) {} in HasCtors() function in __anonf4f5f2af0111::HasCtors
43 HasCtors(HasCtors&&) noexcept(Nothrow) {} in HasCtors() argument
44 HasCtors& operator=(HasCtors&&) noexcept(Nothrow) {} in operator =() argument
45 HasCtors(HasCtors const&) noexcept(Nothrow) {} in HasCtors() function in __anonf4f5f2af0111::HasCtors
46 HasCtors& operator=(HasCtors const&) noexcept(Nothrow) {} in operator =()
334 using F = HasCtors<false>; in TEST()
335 using T = HasCtors<true>; in TEST()