/** * @file InOut.cpp * * Implementation of the streamable function endl. * * @author Tobias Oberlies */ #include "InOut.h" In& endl(In& in) { in.inEndL(); return in; }