User: JUANDENT

  • Public profile

User profile: JUANDENT

User info
User name:JUANDENT
History
Joined:
Number of posts:368
Latest posts:

Mismatch overload problem
Why does s have the value false? [code] template<typename T> char test_have_range(decltype(&T:...

How to test if a type T has a begin<T> defined
I have a SFINAE context where I have the following: [code] struct have_sort { char c; }; stru...

why testing for member pointer determines the template type is a class?
Thanks!!

why testing for member pointer determines the template type is a class?
why does this code determine if the type is a class: [code] template<typename T> class is_class { ...

how can I generalize a structure using templates?
used templates!

This user does not accept Private Messages