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