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

test More...

#include <concepts/concepts.hpp>

Concept definition

template<typename From, typename To>
concept concepts::defs::requires_ = CPP_PP_CAT(CPP_REQUIRES_, requires(From(*from)()) ( static_cast<To>(from()) ) )
test
Definition: concepts.hpp:871

Detailed Description

test