|
DxLibEx
|
#include "dxlibex/basic_types/point2d.hpp"#include "dxlibex/basic_types/point3d.hpp"#include "dxlibex/basic_types/size.hpp"#include "dxlibex/basic_types/tchar.hpp"

Go to the source code of this file.
Namespaces | |
| dxle | |
Functions | |
| point_c< T1 > T2 DXLE_CONSTEXPR auto | dxle::operator+ (const point_c< T1 > &l, const size_c< T2 > &r) DXLE_NOEXCEPT_IF_EXPR(l.x+r.width) -> point_c< decltype(std::declval< std::remove_cv_t< T1 >>()+std::declval< std::remove_cv_t< T2 >>())> |