automapper ~master (2019-01-24T20:09:57Z)
Dub
Repo
hasSpecifiedCallable
automapper
meta
Returns true if T has the specified callable
package
template
hasSpecifiedCallable (
T
string
callable
P
RT
) {
package
static if
(
__traits(hasMember, T, callable)
)
static if
(
is(T t : T)
)
enum
hasSpecifiedCallable
;
package
static if
(
__traits(hasMember, T, callable)
)
static if
(!(
is(T t : T)
))
enum
hasSpecifiedCallable
;
package
static if
(!(
__traits(hasMember, T, callable)
))
enum
hasSpecifiedCallable
;
}
Members
Manifest constants
hasSpecifiedCallable
enum
hasSpecifiedCallable
;
Undocumented in source.
hasSpecifiedCallable
enum
hasSpecifiedCallable
;
Undocumented in source.
hasSpecifiedCallable
enum
hasSpecifiedCallable
;
Undocumented in source.
Meta
Source
See Implementation
automapper
meta
functions
GetMember
splitOnCase
templates
Alias
ClassMembers
FlattenedMembers
MemberType
findOrDefault
hasNestedMember
hasSpecifiedCallable
isClass
isClassOrStruct
isPublicMember
isSpecifiedCallable
onlyOneExists
Returns true if T has the specified callable