summaryrefslogtreecommitdiffstats
path: root/include/jau/byte_util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/jau/byte_util.hpp')
-rw-r--r--include/jau/byte_util.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/jau/byte_util.hpp b/include/jau/byte_util.hpp
index 2c6783b..9359100 100644
--- a/include/jau/byte_util.hpp
+++ b/include/jau/byte_util.hpp
@@ -45,6 +45,8 @@ namespace jau {
* Byte utility functions and types for endian- and bit conversions,
* inclusive alignment handling and general get & put functionality.
*
+ * This category is also supporting \ref Integer.
+ *
* All \ref endian API entries are of `constexpr` and hence evaluated at compile time.<br>
* Therefore, if-branches and expressions are also of `constexpr` and optimized 'away' at compile time.<br>
* This includes the `cpu_to_<endian>(..)` and `<endian>_to_cpu(..)` etc utility functions.