|
| std::ostream & | operator<< (std::ostream &s, const cricket::VideoCodec &c) |
| |
| template<class T > |
| constexpr bool | operator== (const optional< T > &x, const optional< T > &y) |
| |
| template<class T > |
| constexpr bool | operator!= (const optional< T > &x, const optional< T > &y) |
| |
| template<class T > |
| constexpr bool | operator< (const optional< T > &x, const optional< T > &y) |
| |
| template<class T > |
| constexpr bool | operator> (const optional< T > &x, const optional< T > &y) |
| |
| template<class T > |
| constexpr bool | operator<= (const optional< T > &x, const optional< T > &y) |
| |
| template<class T > |
| constexpr bool | operator>= (const optional< T > &x, const optional< T > &y) |
| |
| template<class T > |
| constexpr bool | operator== (const optional< T > &x, nullopt_t) __NOEXCEPT |
| |
| template<class T > |
| constexpr bool | operator== (nullopt_t, const optional< T > &x) __NOEXCEPT |
| |
| template<class T > |
| constexpr bool | operator!= (const optional< T > &x, nullopt_t) __NOEXCEPT |
| |
| template<class T > |
| constexpr bool | operator!= (nullopt_t, const optional< T > &x) __NOEXCEPT |
| |
| template<class T > |
| constexpr bool | operator< (const optional< T > &, nullopt_t) __NOEXCEPT |
| |
| template<class T > |
| constexpr bool | operator< (nullopt_t, const optional< T > &x) __NOEXCEPT |
| |
| template<class T > |
| constexpr bool | operator<= (const optional< T > &x, nullopt_t) __NOEXCEPT |
| |
| template<class T > |
| constexpr bool | operator<= (nullopt_t, const optional< T > &) __NOEXCEPT |
| |
| template<class T > |
| constexpr bool | operator> (const optional< T > &x, nullopt_t) __NOEXCEPT |
| |
| template<class T > |
| constexpr bool | operator> (nullopt_t, const optional< T > &) __NOEXCEPT |
| |
| template<class T > |
| constexpr bool | operator>= (const optional< T > &, nullopt_t) __NOEXCEPT |
| |
| template<class T > |
| constexpr bool | operator>= (nullopt_t, const optional< T > &x) __NOEXCEPT |
| |
| template<class T > |
| constexpr bool | operator== (const optional< T > &x, const T &v) |
| |
| template<class T > |
| constexpr bool | operator== (const T &v, const optional< T > &x) |
| |
| template<class T > |
| constexpr bool | operator!= (const optional< T > &x, const T &v) |
| |
| template<class T > |
| constexpr bool | operator!= (const T &v, const optional< T > &x) |
| |
| template<class T > |
| constexpr bool | operator< (const optional< T > &x, const T &v) |
| |
| template<class T > |
| constexpr bool | operator> (const T &v, const optional< T > &x) |
| |
| template<class T > |
| constexpr bool | operator> (const optional< T > &x, const T &v) |
| |
| template<class T > |
| constexpr bool | operator< (const T &v, const optional< T > &x) |
| |
| template<class T > |
| constexpr bool | operator>= (const optional< T > &x, const T &v) |
| |
| template<class T > |
| constexpr bool | operator<= (const T &v, const optional< T > &x) |
| |
| template<class T > |
| constexpr bool | operator<= (const optional< T > &x, const T &v) |
| |
| template<class T > |
| constexpr bool | operator>= (const T &v, const optional< T > &x) |
| |
| template<class T > |
| constexpr bool | operator== (const optional< T &> &x, const T &v) |
| |
| template<class T > |
| constexpr bool | operator== (const T &v, const optional< T &> &x) |
| |
| template<class T > |
| constexpr bool | operator!= (const optional< T &> &x, const T &v) |
| |
| template<class T > |
| constexpr bool | operator!= (const T &v, const optional< T &> &x) |
| |
| template<class T > |
| constexpr bool | operator< (const optional< T &> &x, const T &v) |
| |
| template<class T > |
| constexpr bool | operator> (const T &v, const optional< T &> &x) |
| |
| template<class T > |
| constexpr bool | operator> (const optional< T &> &x, const T &v) |
| |
| template<class T > |
| constexpr bool | operator< (const T &v, const optional< T &> &x) |
| |
| template<class T > |
| constexpr bool | operator>= (const optional< T &> &x, const T &v) |
| |
| template<class T > |
| constexpr bool | operator<= (const T &v, const optional< T &> &x) |
| |
| template<class T > |
| constexpr bool | operator<= (const optional< T &> &x, const T &v) |
| |
| template<class T > |
| constexpr bool | operator>= (const T &v, const optional< T &> &x) |
| |
| template<class T > |
| constexpr bool | operator== (const optional< const T &> &x, const T &v) |
| |
| template<class T > |
| constexpr bool | operator== (const T &v, const optional< const T &> &x) |
| |
| template<class T > |
| constexpr bool | operator!= (const optional< const T &> &x, const T &v) |
| |
| template<class T > |
| constexpr bool | operator!= (const T &v, const optional< const T &> &x) |
| |
| template<class T > |
| constexpr bool | operator< (const optional< const T &> &x, const T &v) |
| |
| template<class T > |
| constexpr bool | operator> (const T &v, const optional< const T &> &x) |
| |
| template<class T > |
| constexpr bool | operator> (const optional< const T &> &x, const T &v) |
| |
| template<class T > |
| constexpr bool | operator< (const T &v, const optional< const T &> &x) |
| |
| template<class T > |
| constexpr bool | operator>= (const optional< const T &> &x, const T &v) |
| |
| template<class T > |
| constexpr bool | operator<= (const T &v, const optional< const T &> &x) |
| |
| template<class T > |
| constexpr bool | operator<= (const optional< const T &> &x, const T &v) |
| |
| template<class T > |
| constexpr bool | operator>= (const T &v, const optional< const T &> &x) |
| |
| template<class T > |
| void | swap (optional< T > &x, optional< T > &y) __NOEXCEPT_(__NOEXCEPT_(x.swap(y))) |
| |
| template<class T > |
| constexpr optional< typename std::decay< T >::type > | make_optional (T &&v) |
| |
| template<class X > |
| constexpr optional< X & > | make_optional (std::reference_wrapper< X > v) |
| |
| template<WTF::CheckMoveParameterTag , typename T > |
| ALWAYS_INLINE constexpr remove_reference< T >::type && | move (T &&value) |
| |
| template<> |
| void | swap (Json::Value &a, Json::Value &b) |
| | Specialize std::swap() for Json::Value. More...
|
| |
| template<> |
| void | swap (nlohmann::json &j1, nlohmann::json &j2) noexcept(is_nothrow_move_constructible< nlohmann::json >::value and is_nothrow_move_assignable< nlohmann::json >::value) |
| | exchanges the values of two JSON objects More...
|
| |