#include <type_traits>
#include <utility>
Go to the source code of this file.
|
| struct | is_accessor_specialization_trait_cpp17< T > |
| |
| struct | is_accessor_specialization_trait_cpp17< Accessor< VectorType > > |
| |
| struct | has_required_member_types< T, typename > |
| |
| struct | has_correct_get_value_method< T, HasTypes, typename > |
| |
| struct | has_correct_get_value_method< T, true, std::void_t< decltype(std::declval< const T & >().get_value(std::declval< const typename T::container_type & >(), std::declval< typename T::size_type >()))> > |
| |
| struct | has_correct_set_value_method< T, HasTypes, typename > |
| |
| struct | has_correct_set_value_method< T, true, std::void_t< decltype(std::declval< const T & >().set_value(std::declval< typename T::container_type & >(), std::declval< typename T::size_type >(), std::declval< typename T::value_type >()))> > |
| |
| struct | is_compliant_accessor_trait< T > |
| |
◆ __pad0__
◆ is_compliant_accessor_v