VIPRA Documentation
Loading...
Searching...
No Matches
include
vipra
concepts
has_parameters.hpp
1
#pragma once
2
3
#include "vipra/concepts/is_void.hpp"
4
5
namespace
VIPRA::Concepts {
6
template
<
typename
class
_t>
7
concept
has_parameters
=
requires
(class_t instance) {
8
{ instance.module_params() };
9
};
10
}
// namespace VIPRA::Concepts
VIPRA::Concepts::has_parameters
Definition
has_parameters.hpp:7
Generated by
1.13.2