mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Update some comments
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user