Check

struct Check

Public Static Functions

template<class T>
static inline constexpr bool notNull(const std::unique_ptr<T> &ptr)
template<class T>
static inline constexpr bool notNull(const std::shared_ptr<T> &ptr)
template<class T>
static inline constexpr bool notNull(const T *ptr)
template<class TEnum>
static inline constexpr bool enumValidity(TEnum value)