The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
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