CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
is_convertible_to.hpp File Reference
#include <type_traits>

Go to the source code of this file.

Classes

struct  CeresEngine::traits::is_convertible_to< From, To, class >
 A C++17 type trait equivalent to the C++20 convertible_to concept. More...
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::traits
 

Concepts

concept  CeresEngine::traits::convertible_to
 

Variables

template<class From , class To >
bool constexpr CeresEngine::traits::is_convertible_to_v = is_convertible_to<From, To>::value
 A C++17 type trait equivalent to the C++20 convertible_to concept.