vson ~master (2015-03-22T05:30:36Z)
Dub
Repo
isPropertyGetter.isPropertyGetter
vson
meta
traits
isPropertyGetter
Undocumented in source.
enum
isPropertyGetter
;
template
isPropertyGetter
(T...)
static if
(
isSomeFunction!(T[0])
)
enum
isPropertyGetter
=
(
functionAttributes
!(
T
[
0
]) &
FunctionAttribute.property
) !=
0
&& !
is
(
ReturnType
!
T
==
void
)
;
enum
isPropertyGetter
;
Meta
Source
See Source File
vson
meta
traits
isPropertyGetter
manifest constants
isPropertyGetter