Range-v3
Range algorithms, views, and actions for the Standard Library
concepts::defs::explicitly_convertible_to_ Concept Reference

The explicitly_convertible_to_ concept. More...

#include <concepts/concepts.hpp>

Concept definition

template<typename From, typename To>
concept concepts::defs::explicitly_convertible_to_ = requires( From(*from)() ) { static_cast<To>(from()) ; }
The explicitly_convertible_to_ concept.
Definition: concepts.hpp:881

Detailed Description

The explicitly_convertible_to_ concept.