MOTION  0.01
Framework for mixed-protocol multi-party computation
Namespaces | Typedefs
type_traits.h File Reference
#include <type_traits>
Include dependency graph for type_traits.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 encrypto
 
 encrypto::motion
 

Typedefs

template<typename T >
using encrypto::motion::IsUnsignedInt = std::enable_if_t< std::conjunction_v< std::is_integral< T >, std::is_unsigned< T >, std::negation< std::is_same< T, bool > >> >