meta ~master (2022-03-01T10:21:24.9997359)
Dub
Repo
is_static_variable
evx
meta
traits
test if a variable has static storage class
template
is_static_variable (
T
...
) {
static if
(
is(typeof(T[0]) == function)
)
enum
is_static_variable
;
static if
(!(
is(typeof(T[0]) == function)
))
enum
is_static_variable
;
}
Members
Manifest constants
is_static_variable
enum
is_static_variable
;
Undocumented in source.
is_static_variable
enum
is_static_variable
;
Undocumented in source.
Meta
Source
See Implementation
evx
meta
traits
aliases
Codomain
Domain
has_length
is_bidirectional_range
is_floating_point
is_forward_range
is_implicitly_convertible
is_input_range
is_integral
is_numeric
is_output_range
is_random_access_range
is_signed
is_string
is_unsigned
enums
has_identity
is_class
is_comparable
is_const
is_lambda_function
is_range
is_template
is_type
templates
has_numeric_type
has_string_type
is_const_function
is_function
is_static_variable
test if a variable has static storage class