std::make_tuple doesn't make references

后端 未结 6 829
名媛妹妹
名媛妹妹 2020-12-04 23:53

I\'ve been experimenting with std::tuple in combination with references:

#include 
#include 

int main() {
  int a,         


        
6条回答
提交回复
热议问题