iox::cxx::not_null🔗
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 17 March 2022 at 12:15:57 CET