|
template<class T > |
constexpr T && | c10::constexpr_forward (typename std::remove_reference< T >::type &t) noexcept |
|
template<class T > |
constexpr T && | c10::constexpr_forward (typename std::remove_reference< T >::type &&t) noexcept |
|
template<class T > |
constexpr std::remove_reference< T >::type && | c10::constexpr_move (T &&t) noexcept |
|
template<class T , class F > |
constexpr T | c10::value_or_else (const optional< T > &v, F &&func) |
|
template<class T , class F > |
constexpr T | c10::value_or_else (optional< T > &&v, F &&func) |
|
template<class T > |
constexpr bool | c10::operator== (const optional< T > &x, const optional< T > &y) |
|
template<class T > |
constexpr bool | c10::operator!= (const optional< T > &x, const optional< T > &y) |
|
template<class T > |
constexpr bool | c10::operator< (const optional< T > &x, const optional< T > &y) |
|
template<class T > |
constexpr bool | c10::operator> (const optional< T > &x, const optional< T > &y) |
|
template<class T > |
constexpr bool | c10::operator<= (const optional< T > &x, const optional< T > &y) |
|
template<class T > |
constexpr bool | c10::operator>= (const optional< T > &x, const optional< T > &y) |
|
template<class T > |
constexpr bool | c10::operator== (const optional< T > &x, nullopt_t) noexcept |
|
template<class T > |
constexpr bool | c10::operator== (nullopt_t, const optional< T > &x) noexcept |
|
template<class T > |
constexpr bool | c10::operator!= (const optional< T > &x, nullopt_t) noexcept |
|
template<class T > |
constexpr bool | c10::operator!= (nullopt_t, const optional< T > &x) noexcept |
|
template<class T > |
constexpr bool | c10::operator< (const optional< T > &, nullopt_t) noexcept |
|
template<class T > |
constexpr bool | c10::operator< (nullopt_t, const optional< T > &x) noexcept |
|
template<class T > |
constexpr bool | c10::operator<= (const optional< T > &x, nullopt_t) noexcept |
|
template<class T > |
constexpr bool | c10::operator<= (nullopt_t, const optional< T > &) noexcept |
|
template<class T > |
constexpr bool | c10::operator> (const optional< T > &x, nullopt_t) noexcept |
|
template<class T > |
constexpr bool | c10::operator> (nullopt_t, const optional< T > &) noexcept |
|
template<class T > |
constexpr bool | c10::operator>= (const optional< T > &, nullopt_t) noexcept |
|
template<class T > |
constexpr bool | c10::operator>= (nullopt_t, const optional< T > &x) noexcept |
|
template<class T , class U > |
constexpr bool | c10::operator== (const optional< T > &x, const U &v) |
|
template<class T , class U > |
constexpr bool | c10::operator== (const U &v, const optional< T > &x) |
|
template<class T , class U > |
constexpr bool | c10::operator!= (const optional< T > &x, const U &v) |
|
template<class T , class U > |
constexpr bool | c10::operator!= (const U &v, const optional< T > &x) |
|
template<class T , class U > |
constexpr bool | c10::operator< (const optional< T > &x, const U &v) |
|
template<class T , class U > |
constexpr bool | c10::operator> (const U &v, const optional< T > &x) |
|
template<class T , class U > |
constexpr bool | c10::operator> (const optional< T > &x, const U &v) |
|
template<class T , class U > |
constexpr bool | c10::operator< (const U &v, const optional< T > &x) |
|
template<class T , class U > |
constexpr bool | c10::operator>= (const optional< T > &x, const U &v) |
|
template<class T , class U > |
constexpr bool | c10::operator<= (const U &v, const optional< T > &x) |
|
template<class T , class U > |
constexpr bool | c10::operator<= (const optional< T > &x, const U &v) |
|
template<class T , class U > |
constexpr bool | c10::operator>= (const U &v, const optional< T > &x) |
|
template<class T > |
constexpr bool | c10::operator== (const optional< T & > &x, const T &v) |
|
template<class T > |
constexpr bool | c10::operator== (const T &v, const optional< T & > &x) |
|
template<class T > |
constexpr bool | c10::operator!= (const optional< T & > &x, const T &v) |
|
template<class T > |
constexpr bool | c10::operator!= (const T &v, const optional< T & > &x) |
|
template<class T > |
constexpr bool | c10::operator< (const optional< T & > &x, const T &v) |
|
template<class T > |
constexpr bool | c10::operator> (const T &v, const optional< T & > &x) |
|
template<class T > |
constexpr bool | c10::operator> (const optional< T & > &x, const T &v) |
|
template<class T > |
constexpr bool | c10::operator< (const T &v, const optional< T & > &x) |
|
template<class T > |
constexpr bool | c10::operator>= (const optional< T & > &x, const T &v) |
|
template<class T > |
constexpr bool | c10::operator<= (const T &v, const optional< T & > &x) |
|
template<class T > |
constexpr bool | c10::operator<= (const optional< T & > &x, const T &v) |
|
template<class T > |
constexpr bool | c10::operator>= (const T &v, const optional< T & > &x) |
|
template<class T > |
constexpr bool | c10::operator== (const optional< const T & > &x, const T &v) |
|
template<class T > |
constexpr bool | c10::operator== (const T &v, const optional< const T & > &x) |
|
template<class T > |
constexpr bool | c10::operator!= (const optional< const T & > &x, const T &v) |
|
template<class T > |
constexpr bool | c10::operator!= (const T &v, const optional< const T & > &x) |
|
template<class T > |
constexpr bool | c10::operator< (const optional< const T & > &x, const T &v) |
|
template<class T > |
constexpr bool | c10::operator> (const T &v, const optional< const T & > &x) |
|
template<class T > |
constexpr bool | c10::operator> (const optional< const T & > &x, const T &v) |
|
template<class T > |
constexpr bool | c10::operator< (const T &v, const optional< const T & > &x) |
|
template<class T > |
constexpr bool | c10::operator>= (const optional< const T & > &x, const T &v) |
|
template<class T > |
constexpr bool | c10::operator<= (const T &v, const optional< const T & > &x) |
|
template<class T > |
constexpr bool | c10::operator<= (const optional< const T & > &x, const T &v) |
|
template<class T > |
constexpr bool | c10::operator>= (const T &v, const optional< const T & > &x) |
|
template<class T > |
void | c10::swap (optional< T > &x, optional< T > &y) noexcept(noexcept(x.swap(y))) |
|
template<class T > |
constexpr optional< typename std::decay< T >::type > | c10::make_optional (T &&v) |
|
template<class X > |
constexpr optional< X & > | c10::make_optional (std::reference_wrapper< X > v) |
|