I\'m trying to overload the left shift operator << for a custom class, using a template and std::enable_if to use a single overload declaration &
<<
std::enable_if