sparrow 0.3.0
Loading...
Searching...
No Matches
sparrow::mpl::type_wrapper Concept Reference

Matches template types which can be used as type-wrappers for evaluation in type-predicates. More...

#include <mp_utils.hpp>

Concept definition

template<template< class... > class W, class T>
concept sparrow::mpl::type_wrapper = std::same_as<W<T>, typelist<T>> or std::same_as<W<T>, std::type_identity_t<T>>
Matches template types which can be used as type-wrappers for evaluation in type-predicates.
Definition mp_utils.hpp:142

Detailed Description

Matches template types which can be used as type-wrappers for evaluation in type-predicates.

Definition at line 142 of file mp_utils.hpp.