refl-cpp
refl::trait::unique< T > Struct Template Reference

Creates a new list containing the repeating elements in the source list only once. More...

#include <refl.hpp>

Detailed Description

template<typename T>
struct refl::trait::unique< T >

Creates a new list containing the repeating elements in the source list only once.

typename unique<type_list<int, float, int>>::type -> type_list<int, float>

The documentation for this struct was generated from the following file: