3#ifndef pRC_CORE_BASIC_FUNCTIONS_IDENTITY_H
4#define pRC_CORE_BASIC_FUNCTIONS_IDENTITY_H
11 requires IsDefined<Identity<T>> && IsConstructible<Identity<T>> &&
12 IsInvocable<Identity<T>>
23 template<
class T,
class X>
24 requires IsDefined<Identity<T>> && IsConstructible<Identity<T>> &&
25 IsInvocable<Identity<T>, X>
int value
Definition gmock-actions_test.cc:1714
Definition cholesky.hpp:10
static constexpr auto identity()
Definition identity.hpp:13
Definition identity.hpp:11