Im wondering if there is a way to use std namespace for just a specific line instead of typing std:: each time it is required in the same line ?
this is just some incomplete code im trying to write but im wonering for that line is there a way to make it use std for the entire line and not having to type it out each time ?