nngn
Loading...
Searching...
No Matches
nngn::byte_pointer Concept Reference
#include <
fundamental.h
>
Concept definition
template
<
typename
T>
concept
nngn::byte_pointer
=
pointer<T>
&& (
byte_type<std::remove_pointer_t<T>
>
||
char_type<std::remove_pointer_t<T>
>
)
nngn::byte_pointer
Definition
fundamental.h:44
nngn::byte_type
Definition
fundamental.h:38
nngn::char_type
Definition
fundamental.h:31
nngn::pointer
Definition
fundamental.h:41
nngn
byte_pointer
Generated by
1.11.0