ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::lang::IsNullptr Concept Reference

Description:

A concept to identify type std::nullptr_t.

Template Parameters
TThe type to be tested for being std::nullptr_t.

Definition at line 20 of file tmp.inl.

Concept definition

template<typename T>
concept alib::lang::IsNullptr = std::same_as<T, std::nullptr_t>