boost::urls::grammar::recycled
A thread‐safe collection of instances of T
Synopsis
Declared in <boost/url/grammar/recycled.hpp>
template<class T>
class recycled;
Description
Instances of this type may be used to control where recycled instances of T come from when used with recycled_ptr.
See Also
recycled_ptr.
Created with MrDocs