Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in boost-optional

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

c++ boost-optional

Can optional<double> be implemented as 8-byte object?

What is boost::optional efficiency?

boost::optional and type conversion

c++ boost boost-optional

How to disengage std::experimental::optional?

Is it safe to use boost::optional in interprocess memory?

wrap boost::optional using boost::python

failed attempt of using boost::optional

c++ boost-optional

Comparison (<), output (<<) and assignment (=) for boost::optional

c++ boost boost-optional

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

boost::optional not letting me reassign const value types

How do I prevent boost::optional<T> from being constructed erroneously with 0?

c++ boost boost-optional

Implementing boost::optional in c++11

c++ c++11 maybe boost-optional

Can't see boost::optional contents when debugging with Visual Studio

Use boost::optional together with boost::adaptors::indirected

c++ boost boost-optional

Why use boost::optional when I can return a pointer [closed]

c++ c++11 boost-optional

Difference between boost optional and std::experimental optional assignment

Can I return an optional from a constexpr function?