Skip to content

iox::cxx::not_null🔗

More...

Public Functions🔗

Name
not_null(T t)
constexpr operator T() const

Detailed Description🔗

template <typename T ,
typename  =typename std::enable_if<std::is_pointer<T>::value, void>::type>
struct iox::cxx::not_null;

Public Functions Documentation🔗

function not_null🔗

inline not_null(
    T t
)

function operator T🔗

inline constexpr operator T() const

Updated on 18 December 2023 at 13:11:42 CET