Wire Sysio Wire Sysion 1.0.0
|
Used to forward declare value types. More...
#include <fwd.hpp>
Public Member Functions | |
template<typename... U> | |
fwd (U &&... u) | |
fwd () | |
fwd (const fwd &f) | |
fwd (fwd &&f) | |
operator const T & () const | |
operator T& () | |
T & | operator* () |
const T & | operator* () const |
const T * | operator-> () const |
T * | operator-> () |
bool | operator! () const |
template<typename U > | |
T & | operator= (U &&u) |
T & | operator= (fwd &&u) |
T & | operator= (const fwd &u) |
~fwd () | |
Definition at line 62 of file fwd_impl.hpp.
fc::fwd< T, S, Align >::fwd | ( | const fwd< T, S, Align > & | f | ) |
fc::fwd< T, S, Align >::fwd | ( | fwd< T, S, Align > && | f | ) |
Definition at line 102 of file fwd_impl.hpp.
Definition at line 88 of file fwd_impl.hpp.
Definition at line 86 of file fwd_impl.hpp.
Definition at line 54 of file fwd_impl.hpp.
Definition at line 91 of file fwd_impl.hpp.
Definition at line 98 of file fwd_impl.hpp.
T & fc::fwd< T, S, Align >::operator= | ( | const fwd< T, S, Align > & | u | ) |
T & fc::fwd< T, S, Align >::operator= | ( | fwd< T, S, Align > && | u | ) |
Definition at line 107 of file fwd_impl.hpp.