a) any_cast<variable_name>();
b) any_cast(variable_name);
c) <original_type>(variable_name);
d) any_cast<original_type>(variable_name);
Which of the following syntax is used to convert any variable to its original type?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following syntax is used to convert any variable to its original type?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!