C++ Logo

sg7

Advanced search

[SG7] type_traits vs value-based reflection world

From: Cleiton Santoia <cleitonsantoia_at_[hidden]>
Date: Mon, 2 Nov 2020 02:46:03 -0300
Why is needed is_arithmetic in the "reflection world" ?

Does std::is_arithmetic< typename(reflexpr(int)) >::value is the same as
reflexpr(int)::is_arithmetic() ?

Received on 2020-11-01 23:46:16