webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Static Public Member Functions | List of all members
IPC::TupleCoder< index, Elements > Struct Template Reference

#include <ArgumentCoders.h>

Static Public Member Functions

static void encode (Encoder &encoder, const std::tuple< Elements... > &tuple)
 
static bool decode (Decoder &decoder, std::tuple< Elements... > &tuple)
 

Member Function Documentation

◆ decode()

template<size_t index, typename... Elements>
static bool IPC::TupleCoder< index, Elements >::decode ( Decoder decoder,
std::tuple< Elements... > &  tuple 
)
inlinestatic

◆ encode()

template<size_t index, typename... Elements>
static void IPC::TupleCoder< index, Elements >::encode ( Encoder encoder,
const std::tuple< Elements... > &  tuple 
)
inlinestatic

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