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::back< T, Args > Struct Template Reference

#include <variadic_template.hpp>

Public Types

using type = typename back< Args... >::type
 

Detailed Description

template<typename T, typename... Args>
struct cpp_redis::helpers::back< T, Args >

type traits to return last element of a variadic list

Member Typedef Documentation

◆ type

template<typename T , typename... Args>
using cpp_redis::helpers::back< T, Args >::type = typename back<Args...>::type

last type of variadic list


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