NCBI C++ ToolKit
|
Search Toolkit Book for compile_time_bits::DeduceType_3_01std::pair_3_01_Types_8_8_8_01_4_01_4
#include <util/impl/compile_time_bits.hpp>
Public Types | |
using | value_type = std::pair< typename DeduceType< _Types >::value_type... > |
using | init_type = std::pair< typename DeduceType< _Types >::init_type... > |
using | hash_type = void |
Definition at line 181 of file compile_time_bits.hpp.
using compile_time_bits::DeduceType< std::pair< _Types... > >::hash_type = void |
Definition at line 185 of file compile_time_bits.hpp.
using compile_time_bits::DeduceType< std::pair< _Types... > >::init_type = std::pair<typename DeduceType<_Types>::init_type...> |
Definition at line 184 of file compile_time_bits.hpp.
using compile_time_bits::DeduceType< std::pair< _Types... > >::value_type = std::pair<typename DeduceType<_Types>::value_type...> |
Definition at line 183 of file compile_time_bits.hpp.