NumCpp  2.12.1
A Templatized Header Only C++ Implementation of the Python NumPy Library
nc::logger::detail::type_traits::has_serialize< DataType, std::void_t< std::enable_if_t< std::is_same_v< serialize_t< DataType >, std::string >, int > > > Class Template Reference

type trait to check if a type has a serialize method with the correct signature More...

#include <BinaryLogger.hpp>

Static Public Attributes

static constexpr bool value = true
 

Detailed Description

template<typename DataType>
class nc::logger::detail::type_traits::has_serialize< DataType, std::void_t< std::enable_if_t< std::is_same_v< serialize_t< DataType >, std::string >, int > > >

type trait to check if a type has a serialize method with the correct signature

Field Documentation

◆ value

template<typename DataType >
constexpr bool nc::logger::detail::type_traits::has_serialize< DataType, std::void_t< std::enable_if_t< std::is_same_v< serialize_t< DataType >, std::string >, int > > >::value = true
staticconstexpr

The documentation for this class was generated from the following file: