Elasticlient
|
Helper class holding single value for ClientOption implementations. More...
#include <client.h>
Public Member Functions | |
ClientOptionValue (const T &value) | |
ClientOptionValue (T &&value) | |
ClientOptionValue (ClientOptionValue &&)=default | |
T | getValue () const |
Public Member Functions inherited from elasticlient::Client::ClientOption | |
virtual void | accept (Implementation &) const =0 |
Public Attributes | |
T | value |
Helper class holding single value for ClientOption implementations.