#include <senf/Socket/ReadWritePolicy.hh>
This is different from UndefinedReadPolicy (which is the same as ReadPolicyBase). This policy class defines the socket readability -- it explicitly states, that the socket does not support reading.
Definition at line 90 of file ReadWritePolicy.hh.