header_utils
Loading...
Searching...
No Matches
ghassanpl::string_ops::charable Concept Reference

Can a type be bit-cast to a native/utf char type? More...

#include <string_ops.h>

Concept definition

template<typename T>
concept ghassanpl::string_ops::charable = (std::is_trivially_copyable_v<T> && (
))
Can a type be bit-cast to a native/utf char type?
Definition string_ops.h:88
constexpr auto bit_count
Equal to the number of bits in the type.
Definition bits.h:33

Detailed Description

Can a type be bit-cast to a native/utf char type?

Definition at line 88 of file string_ops.h.