libDwm-0.9.45
Concepts
Here is a list of all documented concepts with brief descriptions:
[detail level 12]
 NDwm
 RIsSupportedASIOSocketConcept for the types of ASIO sockets we can utilize
 RHasAsioTcpReadT has a Read(boost::asio::ip::tcp::socket &, boost::system::error_code &) method that returns bool
 RHasAsioTcpWriteT has a Write(boost::asio::ip::tcp::socket &, boost::system::error_code &) method that returns bool
 RHasAsioLocalReadT has a Read(boost::asio::local::stream_protocol::socket &, boost::system::error_code &) method that returns bool
 RHasAsioLocalWriteT has a Write(boost::asio::local::stream_protocol::socket &, boost::system::error_code &) const method that returns bool
 RHasAsioGenericStreamReadT has a Read(boost::asio::generic::stream_protocol::socket &, boost::system::error_code &) method that returns bool
 RHasAsioGenericStreamWriteT has a Write(boost::asio::generic::stream_protocol::socket &, boost::system::error_code &) const method that returns bool
 RHasAsioReadT has asio read members
 RHasAsioWriteT has asio write members
 RHasBZReadT has a BZRead(BZFILE *) member that returns int (return value of BZ2_bzread() on success, -1 on failure)
 RHasBZWriteT has a BZWrite(BZFILE *) const member that returns int (return value of BZ2_bzwrite() on success, -1 on failure)
 RHasDescriptorReadT has a Read(int) member that returns ssize_t (number of bytes read on success, -1 on failure)
 RHasDescriptorWriteT has a Write(int fd) const member that returns ssize_t (number of bytes read on success, -1 on failure)
 RAreFFI_AddableConcepts to apply to binary operators
 RAreFFI_SubtractableT2 can be subtracted from T1 and yield a T1. i.e. { T1 - T2 } -> T1
 RAreFFI_DividableT1 can be divided by T2 and yield a T1. i.e. { T1 / T2 } -> T1
 RAreFFI_ModuloableT1 modulo T2 yields a T1. i.e. { T1 % T2 } -> T1
 RAreFFI_MultipliableT1 can be multiplied by T2 and yield a T1. i.e. { T1 * T2 } -> T1
 RHasFileReadT has a Read(FILE *) member that returns size_t (1 on success, 0 on failure)
 RHasFileWriteT has a Write(FILE *) const member that returns size_t (1 on success, 0 on failure)
 RHasGZReadT has a Read(gzFile) member that returns int (return value of gzread() on success, -1 on failure)
 RHasGZWriteT has a Write(gzFile) const member that returns int (return value of gzwrite() on success, -1 on failure)
 RHasStreamedLengthT has a StreamedLength() const member that returns uint64_t
 RHasStreamReadT has a Read(std::istream &) method that returns the std::istream reference that was passed in as its only parameter
 RHasStreamWriteT has a Write(std::ostream &) const method that returns the std::ostream reference that was passed in as its only parameter