doubleInput

Tests whether T is an input range whose elements can be implicitly converted to doubles.

template doubleInput (
T
) {
enum doubleInput;
}

Meta