ALib C++ Library
by
Library Version:
2510 R0
Documentation generated by
Loading...
Searching...
No Matches
alib
lang
IsNullptr
alib::lang::IsNullptr Concept Reference
Description:
A concept to identify type
std::nullptr_t
.
Template Parameters
T
The 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>
alib::lang::IsNullptr
Definition
tmp.inl:20