cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
point_impl.hpp File Reference
#include <cmath>
#include <iterator>
#include <limits>
#include <ostream>
#include <stdexcept>
#include <type_traits>
#include <vector>
#include <cpp-toolbox/types/point.hpp>
Include dependency graph for point_impl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  toolbox
 
namespace  toolbox::types
 

Functions

template<typename T >
auto toolbox::types::operator<< (std::ostream &output_stream, const point_t< T > &pt) -> std::ostream &
 point_t的流输出运算符 - 仅声明 / Stream output operator for point_t - Declaration Only