Searched defs:mt2 (Results 1 – 3 of 3) sorted by relevance
21 int &mt2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in mt2() function26 int &mt2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in mt2() function32 int &mt2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in mt2() function35 int &mt2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in mt2() function43 int &mt2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in mt2() function48 int &mt2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in mt2() function54 int &mt2(int &&x) { return x; } // cxx2b-error {{cannot bind to a temporary}} in mt2() function
25 MyType2 mt2; variable
23 type mt2 type