8
कांस्ट सन्दर्भ के रूप में लाम्बा कब्जा?
क्या लंबर एक्सप्रेशन में कॉन्स्ट रेफरेंस द्वारा कैप्चर करना संभव है? मैं उदाहरण के लिए नीचे दिए गए असाइनमेंट को विफल करना चाहता हूं: #include <cstdlib> #include <vector> #include <string> #include <algorithm> using namespace std; int main() { string strings[] = { "hello", "world" }; static const size_t num_strings = …