Search code examples
How to Handle Optional Xml Elements using C++ boost::serialization...


c++boostxml-parsingxml-serializationboost-optional

Read More
C2143 syntax error when including boost/optional.hpp...


c++boostvisual-studio-2015option-typeboost-optional

Read More
Unexpected behavior of std::is_copy_assignable and boost::optional...


c++boosttype-traitsstdoptionalboost-optional

Read More
Why does std::optional not have a specialization for reference types?...


c++c++11language-designstdoptionalboost-optional

Read More
boost::serialization of boost::optional of type with private default constructor...


c++boost-serializationboost-optional

Read More
retrieving an object from boost::optional...


c++boostboost-optional

Read More
Use std::function to wrap a function with optional arguments (using maybe boost::optional), and serv...


c++std-functionboost-optional

Read More
Is '_HAS_CXX17' macro usable in custom project headers to enable C++17 language set features...


c++visual-studio-2017boost-optionalstdoptional

Read More
failed attempt of using boost::optional...


c++boost-optional

Read More
Difference between std::optional and boost::optional when its value is a variant...


c++design-patternsboost-variantstate-patternboost-optional

Read More
Remove duplication in equivalent const and non-const members when returning optional reference by va...


c++c++11constantsconst-castboost-optional

Read More
boost::make_optional with type specification...


c++boostboost-optional

Read More
boost::optional vs boost::make_optional...


c++boostboost-optional

Read More
How to decay rvalues reference type whilst preserving lvalue references in C++14?...


c++lambdac++14boost-optional

Read More
Viewing a raw pointer as a range in range-based for-loop...


c++pointersc++11for-loopboost-optional

Read More
std::pair() having empty values with something like boost::optional...


c++c++11std-pairboost-optional

Read More
boost optional with another boolean...


c++boostboost-optional

Read More
Overload ambiguity with boost::optional, workaround?...


c++boostoverloadingdeprecatedboost-optional

Read More
How to move from std::optional<T>...


c++stdc++14boost-optional

Read More
boost::optional - using boost::in_place for the object which constuctor takes other object by the re...


c++c++11boostboost-optional

Read More
How to initialize non-movable and non-copyable class member - boost::optional...


c++11boostboost-optional

Read More
How to forward constructor arguments to boost::optional...


c++c++11boostboost-optional

Read More
How to get around GCC ‘*((void*)& b +4)’ may be used uninitialized in this function warning whil...


c++boostg++boost-optional

Read More
Why is boost::optional<T> not convertable to bool for the purposes of std::is_convertible...


c++boost-optional

Read More
passing boost::optional lvalue as a reference to a function...


c++boostboost-optional

Read More
Boost::optional<bool> dereference...


c++boostbooleanoption-typeboost-optional

Read More
boost::optional deprecated get_value_or...


c++rvalue-referenceboost-optional

Read More
Do std::optional and boost::optional respect alignment restrictions of the managed object?...


c++boostc++17boost-optionalstdoptional

Read More
Different versions of destructor called depending on strange factors...


c++c++11linkershared-ptrboost-optional

Read More
When to use boost::optional and when to use std::unique_ptr in cases when you want to implement a fu...


c++boostc++11unique-ptrboost-optional

Read More
BackNext