virthttp  0.0
libvirt http interface
Static Public Attributes | List of all members
VerbList< Vs > Struct Template Reference

#include <base.hpp>

Static Public Attributes

static constexpr std::array< boost::beast::http::verb, sizeof...(Vs)> values = {Vs...}
 

Detailed Description

template<boost::beast::http::verb... Vs>
struct VerbList< Vs >

Template variadic HTTP verb pack wrapper

Template Parameters
Vsthe pack of HTTP verbs

Member Data Documentation

template<boost::beast::http::verb... Vs>
constexpr std::array<boost::beast::http::verb, sizeof...(Vs)> VerbList< Vs >::values = {Vs...}
static

constexpr-usable array of HTTP verbs from the class' template arguments


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