Functions
view_as_pointer.h File Reference

Go to the source code of this file.

Functions

template<class T , class = typename std::enable_if< std::is_integral<T>::value or std::is_pointer<T>::value >::type>
const void * view_as_pointer (const T val)
 

Function Documentation

◆ view_as_pointer()

template<class T , class = typename std::enable_if< std::is_integral<T>::value or std::is_pointer<T>::value >::type>
const void* view_as_pointer ( const T  val)

Definition at line 47 of file view_as_pointer.h.