numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::logging::concepts::getter_of Concept Reference

Concept of getter functions. More...

#include <num_collect/logging/concepts/getter_of.h>

Concept definition

template<typename Func, typename Value>
concept num_collect::logging::concepts::getter_of = requires(const Func& func) {
}
Concept of getter functions.
Definition getter_of.h:35

Detailed Description

Concept of getter functions.

Template Parameters
FuncType of the function.
ValueType of returned values.

Definition at line 35 of file getter_of.h.