Assignment from initializer list.
params_encoded& operator=( std::initializer_list< reference > init);
The query parameters are replaced by the contents of the initializer list. The behavior is undefined if the elements belong to the container.
Linear in the size of init
.
Strong guarantee. Calls to allocate may throw.
Pointer to this params object
Name |
Description |
---|---|
|
Initializer list with query parameters |