HALDLS
is_writereadable.h
Go to the documentation of this file.
1
#pragma once
2
#include "
haldls/vx/is_readable.h
"
3
#include "
haldls/vx/is_writeable.h
"
4
5
namespace
haldls::vx::detail
{
6
7
template
<
typename
T>
8
struct
IsWriteReadable
9
{
10
constexpr
static
bool
value
=
IsReadable<T>::value
&&
IsWriteable<T>::value
;
11
};
12
13
}
// namespace haldls::vx::detail
is_readable.h
is_writeable.h
haldls::vx::detail
Definition:
arq.h:122
haldls::vx::detail::IsReadable
Definition:
is_readable.h:64
haldls::vx::detail::IsWriteReadable
Definition:
is_writereadable.h:9
haldls::vx::detail::IsWriteReadable::value
constexpr static bool value
Definition:
is_writereadable.h:10
haldls::vx::detail::IsWriteable
Definition:
is_writeable.h:72
haldls
include
haldls
vx
is_writereadable.h
Generated on Tue Aug 30 2022 01:45:07 for HALDLS by
1.9.1