Circus 0.0.1-alpha
C++ Serialization Framework
Loading...
Searching...
No Matches
circus::traits::ComparableTypes Concept Reference

Concept that checks if all types match a given type. More...

#include <circus_traits.hpp>

Concept definition

template<typename TypeComparablePolicy, typename... Ts>
concept circus::traits::ComparableTypes = (std::is_same_v<TypeComparablePolicy, Ts> && ...)
Concept that checks if all types match a given type.
Definition circus_traits.hpp:25

Detailed Description

Concept that checks if all types match a given type.