Loading...
Searching...
No Matches
bbm
concepts
has_config
bbm::concepts::has_config Concept Reference
has_config
More...
#include <
config.h
>
Concept definition
template
<
typename
T>
concept
bbm::concepts::has_config
=
requires
{
typename
std::decay_t<T>::Config;}
bbm::concepts::has_config
has_config
Definition:
config.h:53
Detailed Description
has_config
Check if the object has a Config typedef.