ELC in dev
ELC-lang
|
Public 成员函数 | |
map_t () noexcept=default | |
~map_t () noexcept(destruct.nothrow< base_t_w >)=default | |
map_t (const this_t &a) noexcept=default | |
map_t (this_t &&a) noexcept=default | |
this_t & | operator= (this_t &&a) noexcept |
this_t & | operator= (const this_t &a) noexcept |
template<size_t _> | |
void | swap (map_t< T, key_t, stack_t, _ > &a) noexcept |
T & | operator[] (const key_t &a) noexcept(noexcept((_m.add({a, T()})))) |
const T & | operator[] (const key_t &a) const noexcept |
void | clear () noexcept(re_construct.nothrow< this_t >) |
template<typename func_t > requires (bool(requires{ (::std::declval< func_t >())((::std::declval< T& >())) ;})) | |
void | for_each (func_t &&func) noexcept(noexcept(((::std::declval< func_t >())((::std::declval< T & >()))))) |
template<typename func_t > requires (bool(requires{ (::std::declval< func_t >())((::std::declval< const T& >())) ;})) | |
void | for_each (func_t &&func) const noexcept(noexcept(((::std::declval< func_t >())((::std::declval< const T & >()))))) |
void | shrink () const noexcept(shrink_nothow) |
template<class... Args> requires (bool(requires{ ((::std::declval< decltype( _m ) >())). size ((::std::declval< Args >())...) ;})) | |
auto | size (Args &&...rest) const noexcept(noexcept((((::std::declval< decltype(_m) >())). size((::std::declval< Args >())...)))) |
bool | operator== (const this_t &a) const noexcept(shrink_nothow &&equal.nothrow< T >) |
静态 Public 属性 | |
static constexpr bool | shrink_nothow =stack_t<data_t>::remove_nothrow |
在文件 all_defs.cpp 第 25710 行定义.
|
defaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
在文件 all_defs.cpp 第 25778 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 25793 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 25784 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 25759 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 25755 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 25809 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 25774 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 25801 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 25807 行定义.
|
staticconstexpr |
在文件 all_defs.cpp 第 25800 行定义.