template<class T>
class fpoller::writer::content< T >
Class to represent a generic writable object, which must support the value_type typedef and have a function called size() returning size_t. There fore it is meant to be used with standard containers.