Searched refs:test_construct_from_optional_ref (Results 1 – 1 of 1) sorted by relevance
47 void test_construct_from_optional_ref() in test_construct_from_optional_ref() function99 test_construct_from_optional_ref<int, int>(); in main()100 test_construct_from_optional_ref<int, int const>(); in main()101 test_construct_from_optional_ref<int const, int const>(); in main()102 test_construct_from_optional_ref<int const, int>(); in main()104 test_construct_from_optional_ref<Value, Value>(); in main()105 test_construct_from_optional_ref<Value, Value const>(); in main()106 test_construct_from_optional_ref<Value const, Value const>(); in main()107 test_construct_from_optional_ref<Value const, Value>(); in main()