RESTinio
Classes | Typedefs | Functions
nonstd::optional_lite::std11 Namespace Reference

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 Documentation

◆ false_type

Definition at line 460 of file optional.hpp.

◆ true_type

Definition at line 459 of file optional.hpp.

Function Documentation

◆ move()

template<typename T >
T & nonstd::optional_lite::std11::move ( T &  t)