Template Struct same_const

Inheritance Relationships

Base Type

  • public epics::pvData::meta::detail::_same_type< detail::_has_const< A >::type, detail::_has_const< B >::type, R > (Template Struct _same_type)

Struct Documentation

template<typename A, typename B, class R = void>
struct same_const : public epics::pvData::meta::detail::_same_type<detail::_has_const<A>::type, detail::_has_const<B>::type, R>

Check if both A and B are either const or non-const.