Sequence.
More...
#include <common_concepts.h>
template<typename T>
{ t.size() } -> STD_ALT::convertible_to<std::size_t>;
{ t.empty() } -> STD_ALT::convertible_to<bool>;
{ t.back() } -> STD_ALT::same_as<Element_type<T>>;
{ t.emplace_back(x) };
}
Sequence.
Definition common_concepts.h:41
Sequence.
- Template Parameters
-