Nana C++ Library. Reference for users.
What we need to use nana
|
Public Types | |
using | value_type = T |
Public Member Functions | |
basic_point ()=default | |
basic_point (value_type x, value_type y) | |
bool | operator== (const basic_point &other) const noexcept |
bool | operator!= (const basic_point &other) const noexcept |
bool | operator< (const basic_point &other) const noexcept |
bool | operator<= (const basic_point &other) const noexcept |
bool | operator> (const basic_point &other) const noexcept |
bool | operator>= (const basic_point &other) const noexcept |
basic_point | operator- (const basic_point &other) const noexcept |
basic_point | operator+ (const basic_point &other) const noexcept |
basic_point & | operator-= (const basic_point &other) noexcept |
basic_point & | operator+= (const basic_point &other) noexcept |
Public Attributes | |
value_type | x {} |
value_type | y {} |
using nana::basic_point< T >::value_type = T |
|
default |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
value_type nana::basic_point< T >::x {} |
value_type nana::basic_point< T >::y {} |