/*============================================================================= Copyright (c) 2011-2016 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) =============================================================================*/ #ifndef SPROUT_MATH_CURVE_CURVE_POINT_HPP #define SPROUT_MATH_CURVE_CURVE_POINT_HPP #include #include #include #include #include #include namespace sprout { namespace math { // // curve_point // curve_point_traits // curve_point_result // template struct curve_point : public sprout::remove_cvref(std::declval()))> {}; template struct curve_point_traits : public sprout::tuples::tuple_construct_traits::type> {}; template struct curve_point_result : public sprout::identity< typename sprout::math::curve_point_traits::copied_type > {}; } // namespace math } // namespace sprout #endif // #ifndef SPROUT_MATH_CURVE_CURVE_POINT_HPP