Search code examples
Macro to get the type of an expression...


c++templatestypesmacrostype-traits

Read More
Template Metaprogramming NamedPipe Client Server...


c++c++11type-traits

Read More
Function templates: Different specializations with type traits...


c++templatestype-traitsfunction-templates

Read More
Proper use of std::enable_if or how to replace it...


c++c++11type-traits

Read More
How to figure out the smallest integral type that can represent a number, in compile time...


c++templatesc++11type-traits

Read More
iterator type for primitive type arrays...


c++templatesiteratorc++buildertype-traits

Read More
How can I acquire the basic function type from an std::function?...


c++functiontr1type-traits

Read More
C++11 type_traits : same type if floating point, double if integral type...


c++c++11type-traits

Read More
Which C++11 compilers for Windows support new type traits like "is_nothrow_move_constructible&q...


c++windowsc++11type-traits

Read More
What's wrong with this result_of usage?...


c++c++11type-traits

Read More
Support for Type Properties in g++...


c++gccc++11g++type-traits

Read More
CRTP + Traits class : "no type named..."...


c++templatescrtptype-traits

Read More
Trivial Destructibility and Necessity of Calling Destructor...


c++memoryc++11destructortype-traits

Read More
"What happened to my SFINAE" redux: conditional template class members?...


c++c++11template-meta-programmingsfinaetype-traits

Read More
template type_trait function, accept container of a given type and/or derived type...


c++templatestype-traits

Read More
Using operations like std::remove_pointer to build derivative types in templates...


c++templatesc++11type-traitstypename

Read More
C++ type traits to extract template parameter class...


c++templatesmetaprogrammingtype-traits

Read More
What is better to use for automatic return types: decltype or std::common_type<>::type (if pos...


c++c++11type-traitsdecltype

Read More
std::enable_if with std::is_reference fails to compile ...


c++c++11type-traitsenable-if

Read More
How can I find out, if type is created inside namespace?...


c++macrostype-traits

Read More
What kind of "Traits" are used/defined in the C++0x Standard...


c++c++11traitstype-traits

Read More
Specializing C++ template based on presence/absense of a class member?...


c++templatestemplate-specializationtype-traits

Read More
Can I check at compile time if a member function is an operator?...


c++templatesc++11operator-overloadingtype-traits

Read More
pointer to static member function is "invalid" as a template argument for g++...


c++templatesc++11g++type-traits

Read More
reference-ness doesn't stick with type in a template function...


c++c++11type-traits

Read More
C++ and typetraits: simplest way of defining a list of possible definitions...


c++templatestype-traits

Read More
C++ type traits to check if class has operator/member...


c++classtemplatestype-traits

Read More
Checking a member exists, possibly in a base class, VS2005/08 version...


c++visual-c++template-meta-programmingtype-traitssealed

Read More
C++ traits for non-template function parameters?...


c++templatestype-traits

Read More
Why is a struct with const members assignable?...


c++c++11type-traits

Read More
BackNext