automapper ~master (2019-01-24T20:09:57Z)
Dub
Repo
isNamingConvention
automapper
naming
template
isNamingConvention (
T
) {
enum
isNamingConvention
;
}
Members
Manifest constants
isNamingConvention
enum
isNamingConvention
;
Undocumented in source.
Examples
static
assert
(
isNamingConvention
!
CamelCaseNamingConvention
);
Meta
Source
See Implementation
automapper
naming
structs
CamelCaseNamingConvention
LowerUnderscoreNamingConvention
PascalCaseNamingConvention
templates
isNamingConvention