CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::traits::is_assignable_from< LHS, RHS, class > Struct Template Reference

A C++17 type trait equivalent to the C++20 assignable_from concept. More...

#include <CeresEngine/Foundation/Traits/is_assignable_from.hpp>

Inheritance diagram for CeresEngine::traits::is_assignable_from< LHS, RHS, class >:

Detailed Description

template<class LHS, class RHS, class = void>
struct CeresEngine::traits::is_assignable_from< LHS, RHS, class >

A C++17 type trait equivalent to the C++20 assignable_from concept.


The documentation for this struct was generated from the following file: