RESTinio
|
Classes | |
struct | bool_constant |
struct | conditional |
struct | conditional< false, T, F > |
struct | integral_constant |
struct | is_assignable |
struct | is_move_constructible |
struct | is_nothrow_move_assignable |
struct | is_nothrow_move_constructible |
struct | is_trivially_copy_constructible |
struct | is_trivially_move_constructible |
Typedefs | |
typedef bool_constant< true > | true_type |
typedef bool_constant< false > | false_type |
Functions | |
template<typename T > | |
T & | move (T &t) |
typedef bool_constant< false > nonstd::optional_lite::std11::false_type |
Definition at line 460 of file optional.hpp.
typedef bool_constant< true > nonstd::optional_lite::std11::true_type |
Definition at line 459 of file optional.hpp.
T & nonstd::optional_lite::std11::move | ( | T & | t | ) |
Definition at line 465 of file optional.hpp.