Search code examples
Explanation of [[nodiscard]] in C++17...

c++c++17compiler-warningsnodiscardc++-attributes

Read More
Is it possible to use [[no_unique_address]] with non-POD types?...

c++stdc++-attributes

Read More
In a lambda, what does the second list of attributes do?...

c++lambdasyntaxc++23c++-attributes

Read More
Writing a generic `string_to_float<T>` without overhead compared to `std::stof`...

c++c++20if-constexprc++-attributes

Read More
Is there any benefit to tagging my class's constructor(s) as [[nodiscard]] when the class itself...

c++c++17nodiscardc++-attributes

Read More
C++ What is the size of a pointer to an empty class?...

c++c++20c++-attributes

Read More
No matching function to call 'createMatrix'...

c++arrayspointersmetalc++-attributes

Read More
How are unknown attributes supposed to be treated before C++17?...

c++c++14c++-attributes

Read More
Is it implementation-defined that how to deal with [[no_unique_address]]?...

c++performancestandardsc++20c++-attributes

Read More
BackNext