Search code examples
How to check that a type is 'formattable' using type traits / concepts?...

c++c++20type-traitsc++-concepts

Read More
split parameter pack in template specialization?...

c++templatestype-traits

Read More
what is the difference between std::conditional and std::conditional_t c++...

c++type-traits

Read More
Arity of aggregate in logarithmic time...

c++c++11aggregatec++14type-traits

Read More
c++ type trait to detect if any function argument is reference...

c++c++11templateslambdatype-traits

Read More
Use of variadic argument ellipsis in a type trait for chrono durations...

c++variadic-functionstype-traitsc++-chrono

Read More
declval<_Xp(&)()>()() - what does this mean in the below context?...

c++c++20type-traits

Read More
A question about type traits std::remove_cv...

c++11type-traits

Read More
Check if a container can be traversed backwards in C++...

c++templatesaliastype-traits

Read More
How to check if two types are the same, ignoring const and reference?...

c++typestype-traits

Read More
Using std::enable_if with complex predicates...

templatesc++14sfinaetype-traitsenable-if

Read More
How to use `std::is_enum` with unnamed `enum`s?...

c++typesenumsconstraintstype-traits

Read More
Apply multiple tuples at the same time in C++20...

c++templatestuplesc++20type-traits

Read More
Making type trait work for all derived types...

c++type-traitsc++-conceptsbase-class

Read More
Type traits to check if class has member function...

c++c++14type-traits

Read More
Why are these types not the same?...

c++type-traitstypeidtypeinfo

Read More
Have difficulty understanding the syntax of generic lambdas for SFINAE-based traits...

c++c++17sfinaetype-traits

Read More
Static assert on interface of type defined using CRTP...

c++templatestype-traitscrtp

Read More
How to tell if a type is an instance of a specific template class?...

c++templatestype-traits

Read More
Construct C++ Integer type from <number of bytes> and <signedness>...

c++templatesstdtype-traits

Read More
Looking for "is_comparable" typetrait...

c++11type-traits

Read More
Round Brackets vs Curly Brackets on constructor calling...

c++c++11templatestype-traits

Read More
Variadic constructor with enable_if and is_constructible...

c++constructorc++17variadic-templatestype-traits

Read More
Purpose of using type_identity in template function trailing return type...

c++stdtype-traitsc++-templates

Read More
Why does a Rust custom error enum require Display implemented when I have to format the output anywa...

rusterror-handlingtype-traits

Read More
C++ concept to type trait...

c++type-traitsc++-concepts

Read More
std::is_swappable_v is false on a swappable class template...

c++c++17swaptype-traitsstd

Read More
Member function template specialization (define function outside of the class definition)...

c++templatesc++17type-traitsclass-template

Read More
Weird interaction among optional, nested classes and is_constructible...

c++c++17inner-classestype-traits

Read More
C++ Type Traits...

c++templatesmetaprogrammingtype-traits

Read More
BackNext