Hedgehog  3.1.0
A library to generate hybrid pipeline workflow systems
Loading...
Searching...
No Matches
hh::tool::ManageableMemory Concept Reference

Test if a type T is manageable in a Memory manager (derives from ManagedMemory and is default constructible) More...

#include "concepts.h"

Concept definition

template<class T>
std::is_base_of_v<ManagedMemory, T>
&& std::is_default_constructible_v<T>
Test if a type T is manageable in a Memory manager (derives from ManagedMemory and is default constru...
Definition: concepts.h:119

Detailed Description

Test if a type T is manageable in a Memory manager (derives from ManagedMemory and is default constructible)

Template Parameters
TType to test

Definition at line 119 of file concepts.h.