CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
constexpr
09-05
Software design
C - Declare variable with a variable template list without "auto"
09-05
Blockchain
Remove undefined behavior from overflow of signed integers in constant expressions?
09-02
front end
#define or constexpr, which is more suitable here to maximal efficiency?
09-01
Net
Why can't constexpr be used for non-const variables when the function only uses the types?
08-28
database
Is there any theoretical difference in performance in an inline constexpr function that compares an
08-22
Net
Accessing templatized static constexpr member of templatized class with template parameter
08-18
Software engineering
c 11 constexpr function cannot receive "const" return value?
08-18
Blockchain
Force a constexpr function to be evaluated at runtime?
08-12
Mobile
From one argument make two - at compile time
08-10
Software engineering
static_assert not working inside class template definition
08-08
Mobile
Is it possible with C 20 to have a constexpr function return a tuple of types that have static cons
08-06
Back-end
How to declare a compile-time constant list of different size lists in a constant header file?
08-04
Back-end
How can A and not A be both true when using static_assert
07-30
front end
Programming principles and practice using C error: constexpr
07-30
front end
How can I call a function from a third party lib that is not marked constexpr from a constexpr funct
07-29
Blockchain
How to initialize constexpr static class members per class instantiation basis?
07-27
Software engineering
Is there a clean way to make declvals for types with no default constructors?
07-19
OS
Does calling a member variable of constexpr struct omits a whole constructor evaluation?
07-10
Blockchain
An issue on switch/case statements with a class implementing enums (to be derived)
07-09
Software engineering
how to count number of a specific function be called at compile time
07-04
Back-end
Constexpr methods for nonconstexpr class
07-03
database
constexpr C error: destructor used before its definition
07-02
other
constexpr C errorr: destructor used before its definition
06-30
Software engineering
constexpr_assert on embedded (--fno-exceptions)
06-24
Enterprise
An issue on switch/case statements with a class implementing enums (to be derived)
06-22
Software design
How to declare a policy class that does nothing to a string, has consistent signature with other pol
06-22
front end
How do I reverse the order of the integers in a `std::integer_sequence<int, 4, -5, 7, -3>`?
06-22
Software engineering
A constexpr function that calculates how deep a std::vector is nested
06-18
front end
How to get filename from __FILE__ and concat with __LINE__ at compile time
06-13
OS
How to calculate prefix sum of tuple of std::integral_constant
06-10
Net
factory creating different types according to enum values c
06-09
Blockchain
factory creating different types according to enum values c
06-08
Blockchain
Why does constinit allow UB?
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
06-04
Back-end
Undefined behavior allowed in constexpr -- compiler bug?
06-03
Blockchain
Replacing define statement with actual code
05-29
Net
How do I store the compile-time dynamically allocated memory so that it can be used in run-time?
05-28
Mobile
compile-time variable-length objects based on string
05-28
Back-end
How to correctly forward and use a nested tuple of constexpr struct with standard tuple operations
97
1
2
3
Next
Last
Links:
CodePudding