Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::concepts::Allocatable Member List

This is the complete list of members for ranges::v3::concepts::Allocatable, including all inherited members.

requires_(T &&) -> decltype(concepts::valid_expr(concepts::has_type< T * >(new T),((delete new T), 42), concepts::has_type< T * >(new T[42]),((delete[] new T[42]), 42))) (defined in ranges::v3::concepts::Allocatable)ranges::v3::concepts::Allocatable