template struct has_variance

Overview

template <class T, class = void>
struct has_variance: public std::false_type
{
};