NCBI C++ ToolKit
|
Search Toolkit Book for compile_time_bits::presorted_backend
#include <util/impl/compile_time_bits.hpp>
Public Types | |
using | value_type = typename _ArrayType::value_type |
using | index_type = typename _ArrayType::value_type |
Public Member Functions | |
constexpr | presorted_backend ()=default |
constexpr | presorted_backend (const _ArrayType &_Other) |
constexpr auto | get_values () const noexcept |
constexpr auto | get_index () const noexcept |
constexpr size_t | realsize () const noexcept |
Private Attributes | |
_ArrayType | m_vec |
Definition at line 532 of file compile_time_bits.hpp.
using compile_time_bits::presorted_backend< _ArrayType >::index_type = typename _ArrayType::value_type |
Definition at line 536 of file compile_time_bits.hpp.
using compile_time_bits::presorted_backend< _ArrayType >::value_type = typename _ArrayType::value_type |
Definition at line 535 of file compile_time_bits.hpp.
|
constexprdefault |
|
inlineconstexpr |
Definition at line 539 of file compile_time_bits.hpp.
|
inlineconstexprnoexcept |
Definition at line 544 of file compile_time_bits.hpp.
References compile_time_bits::presorted_backend< _ArrayType >::m_vec.
|
inlineconstexprnoexcept |
Definition at line 543 of file compile_time_bits.hpp.
References compile_time_bits::presorted_backend< _ArrayType >::m_vec.
|
inlineconstexprnoexcept |
Definition at line 545 of file compile_time_bits.hpp.
References compile_time_bits::presorted_backend< _ArrayType >::m_vec.
|
private |