#include <httplib.h>
Public Member Functions | |
| template<typename U> | |
| any_value (U &&v) | |
| std::unique_ptr< any_storage > | clone () const override |
| any_type_id | type_id () const noexcept override |
Public Member Functions inherited from httplib::detail::any_storage | |
| virtual | ~any_storage ()=default |
Public Attributes | |
| T | value |
|
inlineexplicit |
|
inlineoverridevirtual |
Implements httplib::detail::any_storage.
|
inlineoverridevirtualnoexcept |
Implements httplib::detail::any_storage.
| T httplib::detail::any_value< T >::value |