Simple-Utility v2.3.1
Loading...
Searching...
No Matches
sl::nullables::traits< T > Struct Template Reference

Specialization for raw pointers. More...

#include <base.hpp>

Public Types

using value_type = std::remove_pointer_t< T >
 

Static Public Attributes

static constexpr std::nullptr_t null {nullptr}
 

Detailed Description

template<class T>
requires std::is_pointer_v<T>
struct sl::nullables::traits< T >

Specialization for raw pointers.

Template Parameters
TPointer type

The documentation for this struct was generated from the following file: