#include <diplomat_runtime.hpp>
|
| | Err (T &&i) |
| |
| template<typename X = T, typename = typename std::enable_if<std::is_trivially_copyable<X>::value>::type> |
| | Err (T i) |
| |
| | Err ()=default |
| |
| | Err (Err &&) noexcept=default |
| |
| | Err (const Err &)=default |
| |
| Err & | operator= (const Err &)=default |
| |
| Err & | operator= (Err &&) noexcept=default |
| |
◆ Err() [1/5]
◆ Err() [2/5]
template<class T>
template<typename X = T, typename = typename std::enable_if<std::is_trivially_copyable<X>::value>::type>
◆ Err() [3/5]
◆ Err() [4/5]
◆ Err() [5/5]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ inner
The documentation for this struct was generated from the following file: