meta ~master (2022-03-01T10:21:24.9997359)
Dub
Repo
is_function
evx
meta
traits
test if a symbol refers to a function
template
is_function (
T
...
) {
eponymoustemplate
func
()
;
eponymoustemplate
temp
()
;
enum
is_function
;
}
Members
Enums
func
eponymoustemplate
func
()
Undocumented in source.
temp
eponymoustemplate
temp
()
Undocumented in source.
Manifest constants
is_function
enum
is_function
;
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 refers to a function