boost::urls::string_token::arg
Base class for string tokens, and algorithm parameters
Member Functions
Name |
Description |
|
Default constructor Default move constructor Deleted copy constructor |
Deleted copy assignment Deleted move assignment |
|
Return a modifiable character buffer |
|
|
Virtual destructor |
Description
This abstract interface provides a means for an algorithm to generically obtain a modifiable, contiguous character buffer of prescribed size. As the author of an algorithm simply declare an rvalue reference as a parameter type.
Instances of this type are intended only to be used once and then destroyed.