Searched defs:do_default_construction_test (Results 1 – 2 of 2) sorted by relevance
257 template <bool default_construction_present> struct do_default_construction_test { struct260 template <> struct do_default_construction_test<false> { struct261 template<typename FuncType> void operator()( FuncType ) const {} in operator ()()
64 template <bool default_construction_present> struct do_default_construction_test { struct68 template <> struct do_default_construction_test<false> { argument69 template<typename FuncType> void operator()( FuncType ) const {} in operator ()()