cpp_redis  4.0.0
cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
Public Types | List of all members
cpp_redis::helpers::front< T, Ts > Struct Template Reference

#include <variadic_template.hpp>

Public Types

using type = T
 

Detailed Description

template<typename T, typename... Ts>
struct cpp_redis::helpers::front< T, Ts >

type traits to return front element of a variadic list

Member Typedef Documentation

◆ type

template<typename T , typename... Ts>
using cpp_redis::helpers::front< T, Ts >::type = T

front type of variadic list


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