YPC  0.2.0
is_param_encrypted.h
1 #pragma once
2 namespace ypc {
3 namespace internal {
4 
5 template <typename Result> struct is_param_encrypted {
6  static constexpr bool value = true;
7 };
8 } // namespace internal
9 } // namespace ypc
ypc::internal::is_param_encrypted
Definition: is_param_encrypted.h:5