ORIGINAL
Loading...
Searching...
No Matches
original::ConvertibleTo Concept Reference

Checks if type is convertible to another type. More...

#include <types.h>

Concept definition

template<typename From, typename To>
concept original::ConvertibleTo = std::is_convertible_v<From, To>
Checks if type is convertible to another type.
Definition types.h:481

Detailed Description

Checks if type is convertible to another type.

Template Parameters
FromSource type
ToTarget type