camcom 1.0.0-pre2
 
Loading...
Searching...
No Matches
httplib::detail::any_value< T > Struct Template Referencefinal

#include <httplib.h>

Inheritance diagram for httplib::detail::any_value< T >:
httplib::detail::any_storage

Public Member Functions

template<typename U>
 any_value (U &&v)
 
std::unique_ptr< any_storageclone () 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

value
 

Constructor & Destructor Documentation

◆ any_value()

template<typename T>
template<typename U>
httplib::detail::any_value< T >::any_value ( U && v)
inlineexplicit

Member Function Documentation

◆ clone()

template<typename T>
std::unique_ptr< any_storage > httplib::detail::any_value< T >::clone ( ) const
inlineoverridevirtual

◆ type_id()

template<typename T>
any_type_id httplib::detail::any_value< T >::type_id ( ) const
inlineoverridevirtualnoexcept

Member Data Documentation

◆ value

template<typename T>
T httplib::detail::any_value< T >::value

The documentation for this struct was generated from the following file: