#include <senf/Socket/ReadWritePolicy.hh>
This is different from UndefinedWritePolicy (which is the same as WritePolicyBase). This policy class defines the socket writeability -- it explicitly states, that the socket does not support writing.
Definition at line 158 of file ReadWritePolicy.hh.