Home | History | Annotate | Download | only in optional.object.ctor

Lines Matching defs:test_ref

79 void test_ref(InitArgs&&... args)
97 test_ref<T&>();
98 test_ref<T&>(t);
110 test_ref<T const&>();
111 test_ref<T const&>(t);
112 test_ref<T const&>(ct);
123 test_ref<T&&>();
124 test_ref<T&&>(std::move(t));
136 test_ref<T const&&>();
137 test_ref<T const&&>(std::move(t));
138 test_ref<T const&&>(std::move(ct));