CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
template-meta-programming
09-15
Net
Determine if a generic type is a primitive or enum with underlying primitive at compile time C in
09-03
front end
Templates and type erasure - Why does this program compile?
08-28
database
Is it possible to infer second template argument type for this template class?
08-28
database
How to limit parameter less template method to types of the own template class?
08-25
Back-end
How can I force the user of a library template to explicitly tag particular template parameters as a
08-18
database
"transform apply" - using tuple elements as parameters to one function to construct a para
08-11
Mobile
Explicit instantiation unexpected behavior - breaking ODR does not cause compilation errors
08-04
Back-end
How to build a type generator class based on the input data type and container type(by template argu
08-03
OS
C Metaprogramming sum of two types
08-01
Mobile
C Separate different instances of a class at compile time
07-30
Mobile
How to conditionally get template type of multiple base class with multiple inheritance
07-14
other
variadic template 'ambiguous call to overloaded function' seems a false error
07-10
Blockchain
Why is function call treated as instantiation when I cast in template arguments?
07-08
database
Combinations of a variadic list of arbitrary types
07-06
Software engineering
Can you "hop" between "linked classes" in C metaprogramming?
07-05
Net
Is enable_if the most concise way to define a function accepting only rvalues, but of any type?
07-01
Back-end
How can I conditionally instantiate a member object to exhibit different behaviors depending on pare
06-27
Enterprise
Using SFINAE to check if member exists in class based on a template
06-22
front end
How do I reverse the order of the integers in a `std::integer_sequence<int, 4, -5, 7, -3>`?
06-12
Blockchain
How to remove an element from a pack in C ?
06-05
other
Using constexpr vectors in template parameters (C 20)
06-04
other
Couldn't deduce template paramter even if it is known at compile time
05-28
front end
How should I approach parsing the network packet using C template?
05-24
Enterprise
what is wrong with this template metaprogram to find square root?
05-11
Software engineering
Template argument dependent using/typedef declaration
05-10
Blockchain
Is it possible to check if some type doesn't exist in a parameter pack
05-09
database
Variadic template template wrapper: weird compilers errors, possibly bugs
05-04
Net
enable_if for class template specialization with argument other than void
04-24
front end
Compile-time efficient n-ary cartesian product of parameter packs with a transformation
04-23
front end
Infer type of non-type template argument
04-20
Enterprise
Check for existence of nested type alias and conditionally set type alias
04-19
Software design
C : How to specify types inside a tuple based on types inside another tuple?
04-14
Enterprise
When should I be using if constexpr as apposed to a regular if in a constexpr template function?
04-14
database
C method resolution by name
04-12
Software design
Implementation of typed tuple wrapper
04-11
Mobile
Why is the const lost in an expression like `const T&` where T is an rvalue reference?
04-06
Blockchain
conditional type define in c ?
04-05
other
Why don't types with invalid inheritance get rejected when passed as template parameters?
04-02
database
Is it possible to create a `map_error` function that takes a lambda?
03-25
Enterprise
Detect the existence of a template instantiation for a given type
80
1
2
Next
Last
Links:
CodePudding