DATAKIT API  V2025.1
Dtk_Detail_Val::Binder< T > Struct Template Reference
+ Inheritance diagram for Dtk_Detail_Val::Binder< T >:

Static Public Member Functions

static T * GetPointer (void *u)
 
static T const * GetPointer (void const *u)
 

Member Function Documentation

◆ GetPointer() [1/2]

template<typename T >
static T* Dtk_Detail_Val::Binder< T >::GetPointer ( void *  u)
static
51  {
52  return GetPointer( u, std::integral_constant<bool, Binder::is_trivial>() );
53  }

◆ GetPointer() [2/2]

template<typename T >
static T const* Dtk_Detail_Val::Binder< T >::GetPointer ( void const *  u)
static
55  {
56  return GetPointer( u, std::integral_constant<bool, Binder::is_trivial>() );
57  }
Dtk_Detail_Val::Binder::GetPointer
static T * GetPointer(void *u)
Definition: dtk_val.hpp:50