1#ifndef _BBM_CONSTRUCTOR_CONCEPT_H_
2#define _BBM_CONSTRUCTOR_CONCEPT_H_
22 template<
typename OBJ>
25 requires bbm::is_args_v< typename std::decay_t<OBJ>::constructor_args_t >;
26 requires std::is_constructible_v<OBJ, typename std::decay_t<OBJ>::constructor_args_t>;
Provides a more flexible argument passing to function and methods.
constructor concept
Definition: constructor.h:23
Definition: aggregatebsdf.h:29