none_of(v.begin(),v.end(),[](int x){return x>0;});
//it returns boolean value