Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in type-traits
Is there any way to detect overloaded member function by name alone? (not to detect name)
Jun 07, 2026
c++
templates
type-traits
overloading
member-functions
enable_if for generic operator T()
Jun 06, 2026
c++
templates
g++
type-traits
Why does this of sfinae not work?
May 31, 2026
c++
templates
sfinae
type-traits
compile-time-constant
How to determine the iterator type for container?
May 29, 2026
c++
type-traits
fatal error: 'type_traits' file not found
May 28, 2026
c++
eclipse-cdt
type-traits
openfst
Why ampersand in `std::is_member_function_pointer`?
May 28, 2026
c++
c++11
methods
member
type-traits
Is it possible to test for an attribute specifier in C++?
May 27, 2026
c++
templates
attributes
type-traits
Is there any way to static_assert that template argument is noncopyable?
May 26, 2026
c++
c++11
type-traits
static-assert
noncopyable
How to check if two types are the same, ignoring const and reference?
May 17, 2026
c++
types
type-traits
Technique to distinguish between ordinary template parameters and template template parameters using SFINAE resolution
May 17, 2026
c++
templates
c++11
sfinae
type-traits
How to define type trait for containers with index operator?
May 15, 2026
c++
c++17
template-meta-programming
sfinae
type-traits
Conditionally provide a using declaration
May 08, 2026
c++
templates
c++17
type-traits
enable-if
Create a "negate" wrapper for a type_traits class
May 08, 2026
c++
templates
metaprogramming
template-meta-programming
type-traits
Detect whether a type is an zero-element array?
Apr 30, 2026
c++
arrays
templates
c++11
type-traits
How to make a SFINAE-based Y combinator in C++?
Apr 28, 2026
c++
templates
c++14
sfinae
type-traits
Can we detect "trivial relocatability" in C++17?
Apr 25, 2026
c++
object
memory
c++17
type-traits
How to check that a type is 'formattable' using type traits / concepts?
Apr 24, 2026
c++
c++20
type-traits
c++-concepts
Can we use the detection idiom to check if a class has a member function with a specific signature?
Apr 24, 2026
c++
templates
c++14
sfinae
type-traits
Older Entries »