
please wait
by JUANDENT
why does this lambda expression not work
|
following the book C++ Template Metaprogramming I find the following lambda expression that does not do what it's supposed to: using argument_types = mpl:... |
Jan 15, 2024 at 10:11am
[2 replies] Last: Thanks!! That's it! (by JUANDENT)
|
by JUANDENT
operator<=> implementation is correct?
|
Hi, It is not clear to me how to implement the <=> operator. As an example let's look at a type: struct Integer { int i; long j; explicit Inte... |
Jan 8, 2024 at 4:35pm
[3 replies] Last: Have a look at: https://www.modernescpp.com/index.php/the-autogenerate... (by seeplus)
|