CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
is_assignable_from.hpp File Reference

Go to the source code of this file.

Classes

struct  CeresEngine::traits::is_assignable_from< LHS, RHS, class >
 A C++17 type trait equivalent to the C++20 assignable_from concept. More...
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::traits
 

Concepts

concept  CeresEngine::traits::assignable_from
 

Variables

template<class LHS , class RHS >
bool constexpr CeresEngine::traits::is_assignable_from_v = is_assignable_from<LHS, RHS>::value