DxLibEx
basic_types.hpp File Reference
Include dependency graph for basic_types.hpp:
This graph shows which files directly or indirectly include this file:

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 >>())>