Searched defs:throwing_value (Results 1 – 2 of 2) sorted by relevance
21 struct throwing_value struct23 explicit throwing_value(int v = 0) in throwing_value() argument27 bool operator==(throwing_value const& v) const in operator ==() argument32 throwing_value(throwing_value const& v) in throwing_value() function39 throwing_value & operator=(throwing_value const& v) in operator =() argument67 struct value< std::pair<bg::model::point<T, 2, C>, throwing_value> > argument
91 struct throwing_value struct93 throwing_value():n(0){} in throwing_value() function94 throwing_value(const throwing_value&){throw throwing_value_exception();} in throwing_value() argument95 throwing_value(int){throw throwing_value_exception();} in throwing_value() argument102 const int& operator()(const throwing_value& x)const{return x.n;} in operator ()() argument