struct Gambit::is_all_member_internal< type, void(T, args…)>

[No description available] More…

Public Attributes

Name
const boolvalue

Detailed Description

template <typename type ,
typename T ,
typename... args>
struct Gambit::is_all_member_internal< type, void(T, args...)>;

Public Attributes Documentation

variable value

static const bool value = is_same_type<type, T>::value && is_all_member_internal<type, void (args...)>::value;

Updated on 2023-06-26 at 21:36:50 +0000