Loading...
Searching...
No Matches
bbm::concepts::valid_trait Concept Reference

#include <util.h>

Concept definition

template<template< typename... > typename TRAIT, typename... ARGS>
concept bbm::concepts::valid_trait = std::same_as<TRAIT<ARGS...>, TRAIT<ARGS...>>
Definition: util.h:25