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

#include <variadic_template.hpp>

Static Public Attributes

static constexpr bool value
 

Detailed Description

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

type traits to check if type is not present in variadic list

Member Data Documentation

◆ value

template<typename T , typename... Args>
constexpr bool cpp_redis::helpers::is_different_types< T, Args >::value
static
Initial value:
= is_type_present<T, Args...>::value
? false
: is_different_types<Args...>::value

true if T is not in remaining types of variadic list false otherwise


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