Support Class Library
A set of tools providing classes and utility
|
AssignableWith concept, a type U is assignable to a type T if operator=() is defined for both types (or implicit conversions) More...
#include "AssignableWith.h"
Public Member Functions | |
constexpr | operator bool () const |
AssignableWith concept, a type U is assignable to a type T if operator=() is defined for both types (or implicit conversions)
T | being the assignee's type |
U | being the assigned's type |
Definition at line 14 of file AssignableWith.h.
|
inline |
Definition at line 15 of file AssignableWith.h.