Specialization of 'template struct std::less' in different namespace

后端 未结 5 1996
予麋鹿
予麋鹿 2020-12-03 13:42

I am specializing the \'less\' (predicate) for a data type.

The code looks like this:

template<>
struct std::less
{
   bool          


        
5条回答
提交回复
热议问题