List Question
20 TechQA 2024-03-30T20:17:30.010000Is there a way to implement std::regular_invocable as a type_trait style function in c++11/c++14?
44 views
Asked by Andrey Stroitelev
What was the problem with std::is_callable?
122 views
Asked by Dr. Gut
How is a class made "MoveInsertable"?
47 views
Asked by ags
What is the correct form of passing parameters to std::is_nothrow_assignable -like functions in C++?
65 views
Asked by user11611653
Unexpected behavior of std::is_copy_assignable and boost::optional
71 views
Asked by joergbrech
constexpr-if with std::is_copy_assignable
47 views
Asked by joergbrech
Type trait that gets the list of inner struct types of a given struct
51 views
Asked by edrezen
Term commonly used for the type defined within a type trait
87 views
Asked by edrezen
How to write a template specialization of a type trait that works on a class template?
97 views
Asked by edrezen
Type trait that returns the template parameter of a template function
202 views
Asked by edrezen
check class template instantiations belong to same class template
96 views
Asked by Harry
Detect existance of function using `concepts` and not `type_traits`
92 views
Asked by marcks
Why does is_convertible<EnumClass, int> return false?
95 views
Asked by bers
C++ type trait that returns a type telling whether two types are the same or not
105 views
Asked by edrezen
How to simplify these function template specializations?
173 views
Asked by Bart Vandewoestyne
checking for static member function
75 views
Asked by Oersted
reference_wrapper of a left reference
61 views
Asked by edrezen
Is it ok to specialize std::pointer_traits?
69 views
Asked by alfC
How do I check whether a type is derived from vector / list / deque?
182 views
Asked by Suraaj K S