|
Common System 0.2.0
Common interfaces and patterns for system integration
|
Primary adapter_traits template for value types. More...
#include <adapter.h>

Public Types | |
| using | value_type = T |
| using | pointer_type = T* |
| using | reference_type = T& |
| using | const_reference_type = const T& |
Static Public Attributes | |
| static constexpr bool | is_smart_pointer = false |
| static constexpr bool | supports_weak = false |
Primary adapter_traits template for value types.
| T | The type being wrapped |
| using kcenon::common::adapters::adapter_traits< T >::const_reference_type = const T& |
| using kcenon::common::adapters::adapter_traits< T >::pointer_type = T* |
| using kcenon::common::adapters::adapter_traits< T >::reference_type = T& |
| using kcenon::common::adapters::adapter_traits< T >::value_type = T |
|
staticconstexpr |
|
staticconstexpr |