CARLA
Static Public Attributes | List of all members
carla::are_same< T0, T1 > Struct Template Reference

#include <TypeTraits.h>

+ Collaboration diagram for carla::are_same< T0, T1 >:

Static Public Attributes

static constexpr bool value = std::is_same<T0, T1>::value
 

Detailed Description

template<typename T0, typename T1>
struct carla::are_same< T0, T1 >

Definition at line 22 of file TypeTraits.h.

Member Data Documentation

◆ value

template<typename T0 , typename T1 >
constexpr bool carla::are_same< T0, T1 >::value = std::is_same<T0, T1>::value
static

Definition at line 23 of file TypeTraits.h.


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