virthttp
0.0
libvirt http interface
|
#include <json_utils.hpp>
Public Member Functions | |
constexpr | JsonSpan ()=delete |
constexpr | JsonSpan (T &ref) |
auto | begin () const noexcept(noexcept(wrapped.Begin())) |
auto | begin () noexcept(noexcept(wrapped.Begin())) |
auto | end () const noexcept(noexcept(wrapped.End())) |
auto | end () noexcept(noexcept(wrapped.End())) |
Public Attributes | |
T & | wrapped |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
T& JsonSpan< T >::wrapped |