What is the difference between ios::hex and std::hex?

Hi,

Is there really a difference between these two, std::hex and ios::hex??

I stumbled upon reading a line, "std::ios::hex is a bitmask (8 on gcc) and works with setf(). std::hex is the operator". Is this true?

Thanks