meta ~master (2022-03-01T10:21:24.9997359)
Dub
Repo
has_string_type
evx
meta
traits
test if a symbol has a string type
template
has_string_type (
T
...
) {
static if
(
is(typeof(T[0]) == U, U)
)
enum
has_string_type
;
static if
(!(
is(typeof(T[0]) == U, U)
))
enum
has_string_type
;
}
Members
Manifest constants
has_string_type
enum
has_string_type
;
Undocumented in source.
has_string_type
enum
has_string_type
;
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 symbol has a string type