SnakeCase

Transforms the given string into lower_snake_case at compile-time. Used for attribute and relation names and probably not very useful outside the library itself.

Members

Manifest constants

SnakeCase
enum SnakeCase;
Undocumented in source.

Templates

IsLower
template IsLower(char c)
Undocumented in source.
IsUpper
template IsUpper(char c)
Undocumented in source.
Snake
template Snake(string str)
Undocumented in source.

Meta