Which method added to class B at the marked spot will allow the code below to compile? Choose
all possible solutions.
#include
#include
#include
using namespace std;
class B { int val;
public:
B(int v):val(v){}
int getV() const {return val;}
/* Insert Code Here */
};
ostream & operator <<(ostream & out, const B & v) { out< template ostream & out; Out(ostream & o): out(o){} void operator() (const T & val ) { out< int main() { int t[]={8, 10, 5, 1, 4, 6, 2, 7, 9, 3}; vector v1(t, t+10); sort(v1.begin(), v1.end(), greater()); for_each(v1.begin(), v1.end(), Out(cout));cout< return 0; }
Dusti
27 days agoRoosevelt
28 days agoAnnmarie
1 months agoMelina
8 days agoLouisa
14 days agoRoselle
1 months agoCorinne
2 months agoWilliam
7 days agoTess
23 days agoAnnamae
1 months agoKerry
2 months agoCarey
2 months agoKerry
3 months ago