|
ROL
|
#include <Accessor_CPP17.hpp>
Static Public Attributes | |
| static constexpr bool | value = is_specialization && has_types && has_get && has_set |
Static Private Attributes | |
| static constexpr bool | is_specialization = is_accessor_specialization_trait_cpp17<T>::value |
| static constexpr bool | has_types = has_required_member_types<T>::value |
| static constexpr bool | has_get = has_correct_get_value_method<T, is_specialization && has_types>::value |
| static constexpr bool | has_set = has_correct_set_value_method<T, is_specialization && has_types>::value |
Definition at line 73 of file Accessor_CPP17.hpp.
|
staticconstexprprivate |
Definition at line 75 of file Accessor_CPP17.hpp.
|
staticconstexprprivate |
Definition at line 76 of file Accessor_CPP17.hpp.
|
staticconstexprprivate |
Definition at line 78 of file Accessor_CPP17.hpp.
|
staticconstexprprivate |
Definition at line 79 of file Accessor_CPP17.hpp.
|
staticconstexpr |
Definition at line 82 of file Accessor_CPP17.hpp.