Internal details.
More...
◆ alloc_memory()
void * dcmt::detail::alloc_memory |
( |
std::size_t |
size | ) |
|
◆ free_memory()
void dcmt::detail::free_memory |
( |
void * |
ptr | ) |
|
◆ free_mt_struct()
void dcmt::detail::free_mt_struct |
( |
mt_struct * |
mts | ) |
|
◆ operator<<()
template<class CharT , class Traits >
std::basic_ostream<CharT, Traits>& dcmt::detail::operator<< |
( |
std::basic_ostream< CharT, Traits > & |
os, |
|
|
const mt_struct & |
mt |
|
) |
| |
|
inline |
◆ operator==()
◆ operator>>()
template<class CharT , class Traits >
std::basic_istream<CharT, Traits>& dcmt::detail::operator>> |
( |
std::basic_istream< CharT, Traits > & |
is, |
|
|
mt_struct & |
mt |
|
) |
| |
|
inline |