summaryrefslogtreecommitdiff
path: root/src/optional.hh
AgeCommit message (Expand)Author
2015-05-01Add str_to_int_ifp that returns an Optional<int> instead of throwingMaxime Coste
2015-04-15Optional: put the bool m_valid after the content to improve packingMaxime Coste
2015-03-14Change ParameterParser switch interface, use an Optional<StringView>Maxime Coste
2014-12-25Minor code tweak in optional.hhMaxime Coste
2014-12-23Remove trailing blank linesMaxime Coste
2014-10-28Add noexcept spec to move constructor and move assignMaxime Coste
2014-08-19Add support for operator== to OptionalMaxime Coste
2014-06-27Replace boost::optional with our own implementationMaxime Coste