#include <point_generic.h>
|
constexpr | Point ()=default |
|
constexpr | Point (Point const &)=default |
|
Point & | operator= (Point const &)=default |
|
template<typename P , typename std::enable_if< std::is_base_of< detail::PointBase, P >::value, bool >::type = true> |
constexpr | Point (P const &other) noexcept |
|
template<typename XType , typename YType > |
constexpr | Point (XType &&x, YType &&y) |
|
◆ Corresponding
template<template< typename > typename T>
template<typename Tag >
◆ DisplacementType
template<template< typename > typename T>
◆ SizeType
template<template< typename > typename T>
◆ Point() [1/4]
template<template< typename > typename T>
◆ Point() [2/4]
template<template< typename > typename T>
◆ Point() [3/4]
template<template< typename > typename T>
template<typename P , typename std::enable_if< std::is_base_of<
detail::PointBase, P >::value, bool >::type = true>
|
inlineexplicitconstexprnoexcept |
◆ Point() [4/4]
template<template< typename > typename T>
template<typename XType , typename YType >
◆ operator=()
template<template< typename > typename T>
template<template< typename > typename T>
template<template< typename > typename T>
The documentation for this struct was generated from the following files:
Copyright © 2012-2022
Canonical Ltd.
Generated on Tue Nov 8 21:37:30 UTC 2022
This documentation is licensed under the GPL version 2 or 3.