Update some comments

This commit is contained in:
mkrzewic
2018-10-18 13:35:05 +02:00
committed by Dennis Klein
parent d40bbfe208
commit 1f42f49ae5
2 changed files with 19 additions and 15 deletions

View File

@@ -62,8 +62,8 @@ FairMQMessagePtr getMessage(ContainerT &&container_, FairMQMemoryResource *targe
};
//_________________________________________________________________________________________________
/// Return a vector of const ElemT, resource must be kept alive throughout the
/// lifetime of the
/// Return a vector of const ElemT, no wonership transfer.
/// Resource must be kept alive throughout the lifetime of the
/// container and associated message.
template<typename ElemT>
std::vector<const ElemT, boost::container::pmr::polymorphic_allocator<const ElemT>> adoptVector(