KUMI v4.0.0
Flawless Fluorite
Loading...
Searching...
No Matches

◆ container_type_t

template<typename T>
using kumi::container_type_t = decltype(kumi_implementation_defined(std::declval<T>()))

Provides access to the type of the elements of a kumi::concepts::container.

Template Parameters
Tkumi::concepts::container to access

Helper type-trait

namespace kumi
{
template<typename T> struct container_type;
}
Main KUMI namespace.
Definition algorithm.hpp:11