Template Struct not_null

Struct Documentation

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

Public Functions

inline not_null(T t) noexcept
inline constexpr operator T() const noexcept