Silicium
success.hpp
Go to the documentation of this file.
1 #ifndef SILICIUM_SUCCESS_HPP
2 #define SILICIUM_SUCCESS_HPP
3 
4 #include <silicium/config.hpp>
6 #include <boost/config.hpp>
7 
8 namespace Si
9 {
10  struct success
11  {
13  bool operator !() const BOOST_NOEXCEPT
14  {
15  return true;
16  }
17 
19  };
20 }
21 
22 #endif
#define SILICIUM_EXPLICIT_OPERATOR_BOOL()
Definition: explicit_operator_bool.hpp:17
Definition: absolute_path.hpp:19
Definition: success.hpp:10
SILICIUM_USE_RESULT bool operator!() const BOOST_NOEXCEPT
Definition: success.hpp:13
#define SILICIUM_USE_RESULT
Definition: config.hpp:147