dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
is_empty
core
stdcpp
type_traits
struct
is_empty (
T
) {
enum
bool
value
;
alias
value_type
=
bool
;
alias
type
=
integral_constant
!(
bool
,
value
)
;
}
Members
Aliases
type
alias
type
=
integral_constant
!(
bool
,
value
)
value_type
alias
value_type
=
bool
Variables
value
enum
bool
value
;
Meta
Source
See Implementation
core
stdcpp
type_traits
aliases
bool_constant
false_type
true_type
type
value_type
structs
is_empty
variables
value