Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
httplib::detail Namespace Reference

Namespaces

namespace  udl
 

Classes

struct  ci
 
class  MatcherBase
 
class  PathParamsMatcher
 
class  RegexMatcher
 
struct  scope_exit
 

Functions

template<class T , class... Args>
std::enable_if<!std::is_array< T >::value, std::unique_ptr< T > >::type make_unique (Args &&... args)
 
template<class T >
std::enable_if< std::is_array< T >::value, std::unique_ptr< T > >::type make_unique (std::size_t n)
 

Function Documentation

◆ make_unique() [1/2]

template<class T , class... Args>
std::enable_if<!std::is_array< T >::value, std::unique_ptr< T > >::type httplib::detail::make_unique ( Args &&...  args)

Definition at line 308 of file httplib.h.

◆ make_unique() [2/2]

template<class T >
std::enable_if< std::is_array< T >::value, std::unique_ptr< T > >::type httplib::detail::make_unique ( std::size_t  n)

Definition at line 315 of file httplib.h.