Does anyone know how to insert "tab" into a stream of output so they can align with each other?

Code:
 outFile << first_name << last_name << type_coverage << zip_code
    << premium << endl;                   //output premium to file output
Thanks so much