Namespace trmb::utils::impl

Detailed Description

https://stackoverflow.com/questions/3529263/template-specialization-according-to-sizeof-type Problem as old as the internet :-) The Trimble GSOF documentation pages all show sample code to parse data types from big to little endian with verbose pointer incrementation and reassignment. Modern processors usually have single instructions to swap the bytes of a chunk of memory. Proof https://godbolt.org/z/EG7G5U

Classes