Support Class Library
A set of tools providing classes and utility
Public Member Functions | List of all members
scl::concepts::NullablePointer< T > Struct Template Reference

NullablePointer concept, a type is said to be a nullable pointer type if its interactions w/ nullptr are defined and can be compared using operator!=. More...

#include "NullablePointer.h"

Public Member Functions

constexpr operator bool () const
 

Detailed Description

template<class T>
struct scl::concepts::NullablePointer< T >

NullablePointer concept, a type is said to be a nullable pointer type if its interactions w/ nullptr are defined and can be compared using operator!=.

Template Parameters
Tbeing the type to check against

Definition at line 22 of file NullablePointer.h.

Member Function Documentation

◆ operator bool()

template<class T >
constexpr scl::concepts::NullablePointer< T >::operator bool ( ) const
inline

Definition at line 23 of file NullablePointer.h.


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