LeviLamina
Loading...
Searching...
No Matches
DividedPos2d< T0 > Class Template Reference
+ Inheritance diagram for DividedPos2d< T0 >:

Public Member Functions

constexpr DividedPos2d (DividedPos2d &&) noexcept=default
 
LL_MAY_CONSTEXPR DividedPos2doperator= (DividedPos2d &&) noexcept=default
 
constexpr DividedPos2d (DividedPos2d const &) noexcept=default
 
LL_MAY_CONSTEXPR DividedPos2doperator= (DividedPos2d const &) noexcept=default
 
constexpr DividedPos2d (int x, int z) noexcept
 
template<class T >
requires (requires(T const& t) { { t.x } -> std::same_as<int>; { t.z } -> std::same_as<int>; })
constexpr DividedPos2d (T const &vec) noexcept
 

The documentation for this class was generated from the following file: