Template Struct default_

Struct Documentation

template<class T>
struct default_

Fallback alternative if nothing matched earlier.

Template Parameters:

T – Type produced if no prior case_ matched.

Public Types

using type = T